Skip to content

Commit

Permalink
#96 Add instructions for using git submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
jakcron committed Dec 31, 2023
1 parent c7fe8bc commit 0d248d1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions BUILDING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# 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
### Requirements
* `make`
Expand Down

0 comments on commit 0d248d1

Please sign in to comment.