9 lines
		
	
	
		
			274 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			274 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| 
								 | 
							
								cd TeaSpeak
							 | 
						||
| 
								 | 
							
								if [ -d build ]; then
							 | 
						||
| 
								 | 
							
									rm -r build
							 | 
						||
| 
								 | 
							
								fi
							 | 
						||
| 
								 | 
							
								mkdir build && cd build
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								cmake .. -DCMAKE_CXX_FLAGS="-I/usr/local/mysql/connector-c++-8.0/include/jdbc/ -I../../../libraries/boringssl/include/" -DDISABLE_CUSTOM_OUTPUT=ON
							 | 
						||
| 
								 | 
							
								cmake --build `pwd` --target TeaSpeakServer -- -j 6
							 |