diff --git a/Documentation/HelpLinux.txt b/Documentation/HelpLinux.txt index e4aa18a..9379aa5 100644 --- a/Documentation/HelpLinux.txt +++ b/Documentation/HelpLinux.txt @@ -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. diff --git a/Documentation/HelpMacOS.txt b/Documentation/HelpMacOS.txt index af8ed7f..9d62f05 100644 --- a/Documentation/HelpMacOS.txt +++ b/Documentation/HelpMacOS.txt @@ -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. diff --git a/Documentation/HelpWindows.txt b/Documentation/HelpWindows.txt index 748706f..b65ff52 100644 --- a/Documentation/HelpWindows.txt +++ b/Documentation/HelpWindows.txt @@ -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. diff --git a/readme.md b/readme.md index 68fdad5..79b9434 100644 --- a/readme.md +++ b/readme.md @@ -24,7 +24,7 @@ The information presented here is based on the [official wiki pages](https://git * [Compiling](https://github.com/symless/synergy-core/wiki/Compiling), and [Compiling Synergy Core](https://github.com/symless/synergy-core/wiki/Compiling-Synergy-Core) * [Building the Windows MSI Package](https://github.com/symless/synergy-core/wiki/Building-the-Windows-MSI-Package) -2. Preparation Work +2. Getting Started * [Cloning the Repository](./Documentation/Cloning.md) 3. Building the Binaries