Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add build info for RPM build
  • Loading branch information
NachtsternBuild authored Aug 14, 2024
1 parent bc7f777 commit cdffbf4
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions Anwendung/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,30 @@ sudo apt update
sudo apt upgrade
sudo apt-get install build-essential gcc libgtk-3-dev adb fastboot desktop-file-utils make dpkg-dev debhelper fakeroot lintian pbuilder devscripts

# Feodra / RHEL / CentOS
sudo dnf install -y \
@development-tools \
gcc \
gtk3-devel \
adb \
fastboot \
desktop-file-utils \
rpm-build \
rpmdevtools \
make

```
3. bearbeiten sie den Quellcode mit einem Editor ihrer Wahl nach ihren Vorstellungen. *Beachten sie, dass das Makefile auch bei Namensänderungen geändert werden muss*
4. wechseln sie in das Verzeichnis *Anwendungen*
```sh
cd ~/fastboot-assistant
```

4. Kompilieren sie den Code und bauen sie das Debian-Paket ausführen:
5. Kompilieren sie den Code und bauen sie das Debian-Paket ausführen:
```sh
./build.sh
# oder
bash build.sh
# oder
./build-deb.sh
bash Build/build-deb.sh
# oder
bash build-deb.sh
bash Build/build-rpm.sh
```

## Programmstruktur
Expand Down

0 comments on commit cdffbf4

Please sign in to comment.