ngi-sync
  • NGI-SYNC
  • Getting Started
  • First Use
  • Configuration
  • Menu
  • About
Powered by GitBook
On this page
  • Requirements
  • Windows
  • Linux (apt)
  • macOS
  • Installing ngi-sync

Was this helpful?

Getting Started

PreviousNGI-SYNCNextFirst Use

Last updated 3 years ago

Was this helpful?

Requirements

Windows

  • Nodejs 12+

  • Install

  • 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

npm install --global --production windows-build-tools
  • yarn install :

Linux (apt)

  • Nodejs 12+

  • Install

  • Rsync, OpenSSH

  • yarn install :

  • Python and build-essential :

sudo apt install -y make python build-essential

macOS

  • Nodejs 12+

  • Rsync, OpenSSH

  • Xcode is needed to compile the sources, this can be installed from the App Store.

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

Install

yarn install :

CMake
https://github.com/felixrieseberg/windows-build-tools
https://classic.yarnpkg.com/en/docs/install/#windows-stable
CMake
https://classic.yarnpkg.com/en/docs/install
CMake
https://classic.yarnpkg.com/en/docs/install