nstool/BUILDING.md
2019-01-31 17:10:19 +08:00

639 B

Building

Linux (incl. Windows Subsystem for Linux) & MacOS - Makefile

Requirements

  • make
  • Terminal access
  • Typical GNU compatible development tools (e.g. clang, g++, c++, ar etc) with C++11 support

Using Makefile

  • make (default) - Compile program
  • make clean - Remove executable and object files

Native Win32 - Visual Studio

Requirements

Compiling NSTool

  • Open build/visualstudio/nstool.sln in Visual Studio
  • Select Target (e.g Debug|Release & x64)
  • Navigate to Build->Build Solution