From 567cede1addeda6c102acfee8472fb7449dcf464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20De=C3=A1k?= Date: Fri, 24 Jul 2020 14:10:33 +1000 Subject: [PATCH] Work on documentation. --- readme.html | 1089 +++++++++++++++++++++++++++++++++++++++++++++++++++ readme.md | 10 +- 2 files changed, 1092 insertions(+), 7 deletions(-) create mode 100644 readme.html diff --git a/readme.html b/readme.html new file mode 100644 index 0000000..a8385e9 --- /dev/null +++ b/readme.html @@ -0,0 +1,1089 @@ +readme

Synergy Binaries

+

About

+

Synergy is a keyboard and mouse sharing tool for devices connected over a network. Up until version 1.8.8, binaries were freely available to download from the official project website. Since then, Synergy maintainers have decided to publish binaries behind a pay wall. However, Synergy is an open source project, and therefore anyone can build the application on their system.

+

This repository provides some convenience tools and documentation for building Synergy. Alternatively, one can also download the pre-compiled binaries, see below.

+

Download

+ +

See Releases for additional versions. If you can’t locate a binary package for your particular distribution, try building the project yourself.

+

Building

+

The build system in this project where hacked together from information presented on the official Synergy Core wiki pages, and from the Azure Pipeline configuration files, found in the sources. Anyone attempting to build Synergy should consult the official wiki pages first, or use Azure Pipelines to generate all packages (if appropriate). Otherwise, you can try using the build scripts in this project.

+
    +
  1. +

    Official Documentation

    + +
  2. +
  3. +

    Building the Binaries

    + +
  4. +
+ +

DEAK Software is not the maintainer of Synergy, nor is affiliated with Symless in anyway way. Bugs or issues related to the application should be reported directly on the official Synergy GitHub page.

+

This project is released under the MIT License.

\ No newline at end of file diff --git a/readme.md b/readme.md index d48650b..5394342 100644 --- a/readme.md +++ b/readme.md @@ -8,13 +8,9 @@ This repository provides some convenience tools and documentation for building S ## Download -The following binaries available in the [Releases](https://github.com/DEAKSoftware/Synergy-Binaries/releases) section: +* [Synergy 1.12.0-rc1](https://github.com/DEAKSoftware/Synergy-Binaries/releases/tag/1.12.0) (macOS, Linux, Windows) -* Linux `AppImage`, `deb` packages -* Windows `MSI` installer, or standalone `ZIP` package -* macOS `dmg` packages - -If you can't locate a binary package for your particular distribution, try building the project yourself. +See [Releases](https://github.com/DEAKSoftware/Synergy-Binaries/releases) for additional versions. If you can't locate a binary package for your particular distribution, try building the project yourself. ## Building @@ -26,8 +22,8 @@ The build system in this project where hacked together from information presente 2. Building the Binaries * [Getting Started](./Documentation/GettingStarted.md) - * [Building on Linux Mint / Ubuntu](./Documentation/BuildingOnLinux.md) * [Building on macOS](./Documentation/BuildingOnDarwin.md) + * [Building on Linux Mint / Ubuntu](./Documentation/BuildingOnLinux.md) * [Building on Windows](./Documentation/BuildingOnWindows.md) ## Disclaimers and Legal