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

npm install --global --production windows-build-tools

Linux (apt)

sudo apt install -y make python build-essential

macOS

Installing ngi-sync

Clone from github

git clone git@github.com:rolldone/ngi-sync.git ngi-sync

then :

npm install copyfiles -g
cd ngi-sync && yarn install
npm run build && yarn link -f

Last updated