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

@@ -53,7 +53,7 @@ conda config --set channel_priority strict
conda install -c bkryza/label/clang-uml clang-uml conda install -c bkryza/label/clang-uml clang-uml
``` ```
#### nix #### Nix
```bash ```bash
git clone https://github.com/bkryza/clang-uml git clone https://github.com/bkryza/clang-uml

View File

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