mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 01:05:48 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			171 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			171 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/sh
 | 
						|
cd ..
 | 
						|
git clone https://github.com/open-source-parsers/jsoncpp -b 1.9.4 --depth 1
 | 
						|
cd jsoncpp
 | 
						|
python amalgamate.py
 | 
						|
cp -R dist/json ../json
 | 
						|
cp dist/jsoncpp.cpp ..
 |