parent
2fe0a209f5
commit
6d35ca5508
4 changed files with 44 additions and 39 deletions
@ -0,0 +1,37 @@ |
||||
NAME |
||||
|
||||
buildLinux.sh - Build Linux Binaries for Synergy |
||||
|
||||
SYNOPSIS |
||||
|
||||
./buildLinux.sh [OPTION] |
||||
|
||||
DESCRIPTION |
||||
|
||||
This is a utility script for building Synergy binaries and distribution packages. |
||||
The script will build the latest snapshot from the Synergy-Core submodule. |
||||
|
||||
-h, --help |
||||
|
||||
Display this help message. |
||||
|
||||
--cmake |
||||
|
||||
Build binaries only with CMake. |
||||
|
||||
--appimage |
||||
|
||||
Build an AppImage package. |
||||
|
||||
--deb |
||||
|
||||
Build a Debian package. |
||||
|
||||
--all |
||||
|
||||
Build all packages. |
||||
|
||||
--clean |
||||
|
||||
Clean the build and output locations." |
||||
|
Loading…
Reference in new issue