Getting Started
Requirements
Windows
Nodejs 12+
Install CMake
Git bash includes Rsync, OpenSSH
npm install
requires some tools to be present in the system like Python and C++ compiler. Windows users can easily install them by running the following command in PowerShell as administrator. For more information see https://github.com/felixrieseberg/windows-build-tools
yarn install
: https://classic.yarnpkg.com/en/docs/install/#windows-stable
Linux (apt)
Nodejs 12+
Install CMake
Rsync, OpenSSH
yarn install
: https://classic.yarnpkg.com/en/docs/installPython and build-essential :
macOS
Nodejs 12+
Install CMake
Rsync, OpenSSH
yarn install
: https://classic.yarnpkg.com/en/docs/installXcode is needed to compile the sources, this can be installed from the App Store.
Installing ngi-sync
Clone from github
then :
Last updated