mirror of
https://github.com/jakcron/nstool
synced 2024-11-14 17:56:39 +00:00
#96 Add instructions for using git submodules
This commit is contained in:
parent
c7fe8bcd0f
commit
0d248d1c8e
1 changed files with 9 additions and 0 deletions
|
@ -1,4 +1,13 @@
|
||||||
# Building
|
# Building
|
||||||
|
## Git Submodules
|
||||||
|
This project makes use of git submodules to import dependencies into the source tree.
|
||||||
|
After cloning this repository using git, prior to building NSTool the dependencies need to be downloaded.
|
||||||
|
Run these two commands to initialise and download the dependencies:
|
||||||
|
```
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
|
```
|
||||||
|
|
||||||
## Linux (incl. Windows Subsystem for Linux) & MacOS - Makefile
|
## Linux (incl. Windows Subsystem for Linux) & MacOS - Makefile
|
||||||
### Requirements
|
### Requirements
|
||||||
* `make`
|
* `make`
|
||||||
|
|
Loading…
Reference in a new issue