cegcc-build/README
2011-03-13 21:50:58 +02:00

26 lines
537 B
Plaintext

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
If you won't specify --prefix, it will install to cegcc-build/dist/ .
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.)