mirror of
https://github.com/jakcron/nstool.git
synced 2024-12-22 18:55:29 +00:00
Update build instructions
This commit is contained in:
parent
700c8d3d7b
commit
d6dd5f1994
|
@ -7,7 +7,10 @@
|
||||||
|
|
||||||
### Using Makefile
|
### Using Makefile
|
||||||
* `make` (default) - Compile program
|
* `make` (default) - Compile program
|
||||||
|
* Compiling the program requires local dependencies to be compiled via `make deps` beforehand
|
||||||
* `make clean` - Remove executable and object files
|
* `make clean` - Remove executable and object files
|
||||||
|
* `make deps` - Compile locally included dependency libraries
|
||||||
|
* `make clean_deps` - Remove compiled library binaries and object files
|
||||||
|
|
||||||
## Native Win32 - Visual Studio
|
## Native Win32 - Visual Studio
|
||||||
### Requirements
|
### Requirements
|
||||||
|
@ -15,5 +18,5 @@
|
||||||
|
|
||||||
### Compiling NSTool
|
### Compiling NSTool
|
||||||
* Open `build/visualstudio/nstool.sln` in Visual Studio
|
* Open `build/visualstudio/nstool.sln` in Visual Studio
|
||||||
* Select Target (e.g `Debug`|`Release` & `x64`)
|
* Select Target (e.g `Debug`|`Release` & `x86`|`x64`)
|
||||||
* Navigate to `Build`->`Build Solution`
|
* Navigate to `Build`->`Build Solution`
|
Loading…
Reference in a new issue