mirror of
				https://github.com/brain-hackers/cegcc-build.git
				synced 2025-11-04 14:38:38 +09:00 
			
		
		
		
	Add README.
This commit is contained in:
		
							
								
								
									
										22
									
								
								README
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								README
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,22 @@
 | 
			
		||||
This is meta-repository to build entire CeGCC toolchain.
 | 
			
		||||
 | 
			
		||||
Clone this repository using:
 | 
			
		||||
 | 
			
		||||
git clone git://gitorious.org/cegcc/cegcc-build.git
 | 
			
		||||
 | 
			
		||||
To build:
 | 
			
		||||
 | 
			
		||||
cd cegcc-build
 | 
			
		||||
git submodule init
 | 
			
		||||
git submodule update
 | 
			
		||||
cd build
 | 
			
		||||
./build-mingw32ce.sh --prefix=/where/to/install
 | 
			
		||||
 | 
			
		||||
To update afterwards:
 | 
			
		||||
 | 
			
		||||
git pull
 | 
			
		||||
git submodule update
 | 
			
		||||
cd build
 | 
			
		||||
./build-mingw32ce.sh --prefix=/where/to/install
 | 
			
		||||
 | 
			
		||||
(After update, to get 100% clean-room, you may want to rebuild everything from scratch.)
 | 
			
		||||
		Reference in New Issue
	
	Block a user