mirror of
				https://github.com/YACReader/yacreader
				synced 2025-11-03 16:54:39 -05:00 
			
		
		
		
	Combinar
This commit is contained in:
		
							
								
								
									
										19
									
								
								compileX11.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										19
									
								
								compileX11.sh
									
									
									
									
									
										Executable file
									
								
							@ -0,0 +1,19 @@
 | 
				
			|||||||
 | 
					#! /bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					echo "Compiling YACReader"
 | 
				
			||||||
 | 
					cd ./YACReader
 | 
				
			||||||
 | 
					qmake
 | 
				
			||||||
 | 
					make
 | 
				
			||||||
 | 
					cd ..
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					echo "Compiling YACReaderLibrary"
 | 
				
			||||||
 | 
					cd ./YACReaderLibrary
 | 
				
			||||||
 | 
					qmake
 | 
				
			||||||
 | 
					make
 | 
				
			||||||
 | 
					cd ..
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					mkdir ./bin
 | 
				
			||||||
 | 
					cp ./YACReader/YACReader ./bin/YACReader
 | 
				
			||||||
 | 
					cp ./YACReaderLibrary/YACReaderLibrary ./bin/YACReaderLibrary
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					echo "Done!"
 | 
				
			||||||
		Reference in New Issue
	
	Block a user