Add README.

This commit is contained in:
Paul Sokolovsky 2011-03-03 12:34:17 +02:00
parent 303280c6e3
commit 87e0a0a001
1 changed files with 22 additions and 0 deletions

22
README Normal file
View 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.)