-
Notifications
You must be signed in to change notification settings - Fork 2
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:
- Download NNC-master.zip from the above url
- gunzip NNC-master.zip
- cd NNC
- qmake .
- make