Skip to content

2. Installation

Ioannis G. Tsoulos edited this page Jun 2, 2018 · 2 revisions

The software is entirely written in ANSI C++ using the QT programming library. As a result the software can be installed in the majority of operating systems even in mobile devices (Android, Ios etc). The program is freely available from https://github.com/itsoulos/NNC and the user should issue the following commands under most UNIX systems to compile the project:

  1. Download NNC-master.zip from the above url
  2. gunzip NNC-master.zip
  3. cd NNC
  4. qmake .
  5. make
Clone this wiki locally