Skip to content
David R. Miller edited this page Jul 11, 2015 · 8 revisions

The neural2d standalone console program should compile and run anywhere there is an ISO-standard C++-11 compiler with POSIX sockets. (Sockets are needed only for the embedded web server; if the web server is disabled, POSIX sockets are not needed.) It has been successfully tested in the following environments:

  • Fedora 20 using g++ 4.8
  • Ubuntu 14.04 using g++ 4.8
  • Cygwin on Windows using g++ 4.8 and 4.9
  • Microsoft Visual Studio 2013 on Windows
Clone this wiki locally