Work on readme.

master
Dominik Deák 5 years ago
parent 6f8c90d641
commit 627a126530
  1. 10
      readme.md

@ -21,11 +21,13 @@ The following files or directories should be of interest:
File / Directory | Description
--- | ---
[`Binaries`](./Binaries) | Output location for the build binaries.
[`Synergy-Core`](./Synergy-Core) | The official Synergy Core submodule.
`Synergy-Core` | The official Synergy Core submodule.
[`buildLinux.sh`](./buildLinux.sh) | Shell script for building binaries in Linux Mint or Ubuntu.
<!--
[`buildMacOS.sh`](./buildMacOS.sh) | Shell script for building binaries in macOS.
[`buildWindows.ps1`](./buildWindows.ps1) | PowerShell script for building binaries in Windows.
-->
## Clone This Repository
@ -55,7 +57,7 @@ Alternatively, consult the [official wiki](https://github.com/symless/synergy-co
Run the shell script with `buildLinux.sh --all` to build all packages. For other options, run with the `--help` switch.
Alternatively, you can opt to build the binaries only, as detailed below. We're assuming the current path is in `Synergy-Binaries` project root.
Alternatively, you can opt to build the binaries only, as detailed below. We're assuming the current path is in the `Synergy-Binaries` project root.
1. Create a `build` subdirectory in the `Synergy-Core` submodule:
@ -83,6 +85,7 @@ In Linux Mint we can launch `synergy` client automatically via _System Settings
Substitute the `ClientName` with the local machine name, and the Synergy server IP `#.#.#.#` with whatever appropriate for your set-up.
<!--
## macOS
_Incomplete._
@ -90,6 +93,7 @@ _Incomplete._
## Windows
_Incomplete._
-->
## Disclaimers and Legal

Loading…
Cancel
Save