summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index c2dd3ea..03e9d19 100644
--- a/README.md
+++ b/README.md
@@ -22,14 +22,15 @@ To generate the documentation in the `.ps` and `.pdf` formats, `html2ps` and
`ps2pdf14` programs are required (the latter is from `ghostscript`). A warning
is issued in the development mode if these programs are not available.
-Note that the development build cannot be installed (due to the bootstrap
-process; see `cli/build/root.build` for details). To test installation, a
-seperate, non-development build can be created:
+To test installation of the CLI compiler, create a separate target
+configuration (we must use a non-development build due to the bootstrap
+process):
```
-bdep config create @install ../cli-install --type host cc config.cxx=g++ \
+bdep config create @install ../cli-install --type target cc config.cxx=g++ \
config.install.root=/tmp/install
bdep init @install -d cli config.cli.develop=false
+
b install: ../cli-install/cli/
```