Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.06 KB

GettingStarted.md

File metadata and controls

30 lines (21 loc) · 1.06 KB

Getting Started

Cloning This Repository

Before you begin building Synergy, you need to recursively clone this project and its submodules:

  1. Clone the repository:

    git clone https://github.com/DEAKSoftware/Synergy-Binaries.git
  2. Update all submodules:

    cd Synergy-Binaries
    git submodule update --init --remote --recursive

Project Structure

The following files or directories should be of interest:

File / Directory Description
Binaries Output location for the build products.
Documentation Contains project documentation.
Synergy-Core The official Synergy Core submodule.
Scripts Collection of Python build scripts.
Tools Temporary location for build tools.