WindowsPort - davidrmiller/neural2d GitHub Wiki
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