Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added instructions on creating a zip package with CPack.
  • Loading branch information
eljonny authored Mar 20, 2024
1 parent e47e19e commit 93973b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,11 @@ If you are building on Linux, the build supports generating
- `cpack -G DEB`
- `cpack -G RPM`

Both Windows and Linux builds also support generating a zip
package by running the following command from the CMake
build directory (either build-debug or build-release):
- `cpack -G ZIP`

# Issues

I'm more than willing to work on issues as they come up.
Expand Down

0 comments on commit 93973b2

Please sign in to comment.