mirror of
https://github.com/brain-hackers/cegcc-build.git
synced 2024-12-22 12:10:08 +09:00
README.rst: suggest out-of-tree build
This commit is contained in:
parent
9390df540a
commit
015e6b48b8
@ -8,8 +8,9 @@ To build::
|
|||||||
|
|
||||||
cd cegcc-build
|
cd cegcc-build
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
cd build-arm-mingw32ce
|
mkdir /tmp/cegcc-output
|
||||||
./build-mingw32ce.sh --prefix=/where/to/install
|
cd /tmp/cegcc-output
|
||||||
|
$OLDPWD/build-arm-mingw32ce/build-mingw32ce.sh --prefix=/where/to/install
|
||||||
|
|
||||||
If you won't specify `--prefix`, it will install to
|
If you won't specify `--prefix`, it will install to
|
||||||
`cegcc-build/bindist-arm-mingw32ce/`
|
`cegcc-build/bindist-arm-mingw32ce/`
|
||||||
|
Loading…
Reference in New Issue
Block a user