mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-11-03 22:21:59 +00:00 
			
		
		
		
	Change build command in build script (#729)
The script now uses the cmake build as to be compatible with all platforms as opposed to just platforms that supported gnu make.
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							1e1b6aaa0b
						
					
				
				
					commit
					54021458bd
				
			
							
								
								
									
										4
									
								
								build.sh
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								build.sh
									
									
									
									
									
								
							@@ -5,8 +5,8 @@ cd build
 | 
			
		||||
# Run cmake to generate make files
 | 
			
		||||
cmake ..
 | 
			
		||||
 | 
			
		||||
# Run make to build the project. To build utilizing multiple cores, append `-j` and the amount of cores to utilize, for example `make -j8`
 | 
			
		||||
make
 | 
			
		||||
# To build utilizing multiple cores, append `-j` and the amount of cores to utilize, for example `cmake --build . --config Release -j8'
 | 
			
		||||
cmake --build . --config Release
 | 
			
		||||
 | 
			
		||||
# Run migrations
 | 
			
		||||
./MasterServer -m
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user