mirror of
https://github.com/brain-hackers/cegcc-build.git
synced 2024-12-22 12:10:08 +09:00
README: convert to reStructuredText
This commit is contained in:
parent
e03d3b2b62
commit
c8d7f2f5cb
25
README
25
README
@ -1,25 +0,0 @@
|
|||||||
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-arm-mingw32ce
|
|
||||||
./build-mingw32ce.sh --prefix=/where/to/install
|
|
||||||
|
|
||||||
If you won't specify --prefix, it will install to cegcc-build/bindist-arm-mingw32ce/ .
|
|
||||||
|
|
||||||
|
|
||||||
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.)
|
|
26
README.rst
Normal file
26
README.rst
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
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-arm-mingw32ce
|
||||||
|
./build-mingw32ce.sh --prefix=/where/to/install
|
||||||
|
|
||||||
|
If you won't specify `--prefix`, it will install to
|
||||||
|
`cegcc-build/bindist-arm-mingw32ce/`
|
||||||
|
|
||||||
|
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.)
|
Loading…
Reference in New Issue
Block a user