From 87e0a0a001165a5c61eae233f53989647a7fd084 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 3 Mar 2011 12:34:17 +0200 Subject: [PATCH] Add README. --- README | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..15ba397 --- /dev/null +++ b/README @@ -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.)