mirror of
				https://github.com/Tiiffi/mcrcon.git
				synced 2025-10-30 21:01:07 -04:00 
			
		
		
		
	
		
			
				
	
	
	
		
			330 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			330 B
		
	
	
	
	
	
	
	
####Compiling:
gcc -std=gnu11 -pedantic -Wall -Wextra -O2 -s -o mcrcon mcrcon.c
On windows, remember to link with winsockets.
Add -lws2_32 to compiler command line on Mingw GCC.
More info here.