diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-28 17:23:36 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-28 17:23:36 +0200 |
commit | d7d34c979b45b4c3746d34cc8a33dce4989e100d (patch) | |
tree | 4fca5cc7e4439a491aad330de41cefba8e04e2b5 /INSTALL | |
parent | 72931a488b6c324f1382b730b823b8250546786b (diff) |
Minor change
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ sequence of steps: the C++ compiler to be used, if necessary (default is 'g++'; run ./bootstrap --help for other options). For example: - $ cd build2 + $ cd build2/ $ ./bootstrap --cxx clang++-3.5 Once the script completes successfully (which may take some time), the |