From 015e6b48b862802067181ef3460bf690da532a83 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 22 Oct 2018 22:50:01 +0200 Subject: [PATCH] README.rst: suggest out-of-tree build --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a570b72..268bf16 100644 --- a/README.rst +++ b/README.rst @@ -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/`