mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
639 B
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 programmake clean
- Remove executable and object files
Native Win32 - Visual Studio
Requirements
- Visual Studio Community 2015 or 2017
Compiling NSTool
- Open
build/visualstudio/nstool.sln
in Visual Studio - Select Target (e.g
Debug
|Release
&x64
) - Navigate to
Build
->Build Solution