mirror of
				https://github.com/jakcron/nstool.git
				synced 2025-11-04 10:34:53 +00:00 
			
		
		
		
	#96 Add instructions for using git submodules
This commit is contained in:
		
							parent
							
								
									c7fe8bcd0f
								
							
						
					
					
						commit
						0d248d1c8e
					
				| 
						 | 
				
			
			@ -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`
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue