Work on documentation.

master
DominikDeak 4 years ago
parent 3e230484fa
commit 989bc31200
No known key found for this signature in database
GPG Key ID: 85514EC0CCE7007C
  1. 11
      Documentation/HelpLinux.txt
  2. 10
      Documentation/HelpMacOS.txt
  3. 9
      Documentation/HelpWindows.txt
  4. 2
      readme.md

@ -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.

@ -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

Loading…
Cancel
Save