parent
3e230484fa
commit
989bc31200
4 changed files with 3 additions and 29 deletions
@ -1,37 +1,28 @@ |
||||
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." |
||||
Clean the build and output locations. |
||||
|
||||
|
@ -1,33 +1,25 @@ |
||||
NAME |
||||
|
||||
buildMacOS.sh - Build Linux Binaries for Synergy |
||||
|
||||
SYNOPSIS |
||||
|
||||
./buildMacOS.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. |
||||
|
||||
--dmg |
||||
|
||||
Build a DMG disk image file. |
||||
|
||||
--all |
||||
|
||||
Build all packages. |
||||
|
||||
--clean |
||||
|
||||
Clean the build and output locations." |
||||
Clean the build and output locations. |
||||
|
||||
|
@ -1,36 +1,27 @@ |
||||
NAME |
||||
|
||||
buildWindows.cmd - Build Windows Binaries for Synergy |
||||
|
||||
SYNOPSIS |
||||
|
||||
buildWindows.cmd [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. |
||||
|
||||
--msbuild |
||||
|
||||
Build binaries only with MSBuild. |
||||
|
||||
--msi |
||||
|
||||
Build an MSI package. |
||||
|
||||
--zip |
||||
|
||||
Build a standalone ZIP package. |
||||
|
||||
--all |
||||
|
||||
Build all packages. |
||||
|
||||
--clean |
||||
|
||||
Clean the build and output locations. |
||||
|
Loading…
Reference in new issue