summaryrefslogtreecommitdiff
path: root/cpp/README-dev
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/README-dev')
-rw-r--r--cpp/README-dev7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpp/README-dev b/cpp/README-dev
index 9853c84069..60c43d0ef5 100644
--- a/cpp/README-dev
+++ b/cpp/README-dev
@@ -128,6 +128,13 @@ optimization:
../configure CXXFLAGS=-g --prefix=/tmp/x \
&& make && make check)
+Since it's common to want to bootstrap & test a working copy with
+default configuration you can say:
+ ./bootstrap -build
+
+Which is equivalent to
+ ./bootstrap && ./configure && make && make check
+
=== Portability ===
All system calls are abstracted by classes under lib/common/sys. This