Updated packaging instructions

This commit is contained in:
Bartek Kryza
2024-05-04 19:08:05 +02:00
parent 8905f05bad
commit 7fcd0dc0dd
2 changed files with 7 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ cd packaging
make DIST=focal deb
make DIST=jammy deb
make DIST=mantic deb
make DIST=noble deb
cd _BUILD/ubuntu/focal
dput ppa:bkryza/clang-uml *.changes
@@ -19,15 +20,18 @@ dput ppa:bkryza/clang-uml *.changes
cd _BUILD/ubuntu/mantic
dput ppa:bkryza/clang-uml *.changes
cd _BUILD/ubuntu/noble
dput ppa:bkryza/clang-uml *.changes
```
## Fedora
```bash
cd clang-uml
make fedora/37
make fedora/38
make fedora/39
make fedora/40
find packaging/_BUILD/fedora
```
@@ -49,5 +53,5 @@ to the [documentation](../docs/installation.md#visual-studio-native-build).
```bash
cd packaging
.\make_installer.ps1
ls .\_BUILD\windows\clang-uml-0.3.7-win64.exe
ls .\_BUILD\windows\clang-uml-0.5.2-win64.exe
```