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
|
||||
git submodule update --init
|
||||
cd build-arm-mingw32ce
|
||||
./build-mingw32ce.sh --prefix=/where/to/install
|
||||
mkdir /tmp/cegcc-output
|
||||
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
|
||||
`cegcc-build/bindist-arm-mingw32ce/`
|
||||
|
Loading…
Reference in New Issue
Block a user