Add in-tree default installation directory.

This commit is contained in:
Paul Sokolovsky
2011-03-13 21:50:58 +02:00
parent 50e32d781b
commit f29c4e9acb
3 changed files with 5 additions and 1 deletions

3
README
View File

@@ -12,6 +12,9 @@ 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