Skip to content

Commit

Permalink
Add packaging instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bugdea1er committed Sep 21, 2024
1 parent c72ef36 commit e39b6bb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,16 @@ and then install:
sudo cmake --install build
```

OR use `dpkg` package manager (requires `dpkg-shlibdeps`):
```shell
cd build && cpack -G DEB && sudo dpkg -i *.deb
```

OR use `rpm` package manager (requires `rpmbuild`):
```shell
cd build && cpack -G RPM && sudo rpm -i *.rpm
```

## Package managers

If you are using homebrew, use the following command:
Expand Down

0 comments on commit e39b6bb

Please sign in to comment.