mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-10-30 23:15:32 +01:00 
			
		
		
		
	note: the version number is different due to https://github.com/open-source-parsers/jsoncpp/issues/1571
		
			
				
	
	
		
			8 lines
		
	
	
		
			166 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			166 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| cd ..
 | |
| git clone https://github.com/open-source-parsers/jsoncpp -b 1.9.6 --depth 1
 | |
| cd jsoncpp
 | |
| ./amalgamate.py
 | |
| cp -R dist/json ../json
 | |
| cp dist/jsoncpp.cpp ..
 |