aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-28 19:58:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-28 19:58:06 +0200
commitedf37aa54d055212f2d0365c70678cecc12d0b3a (patch)
tree729868f1220ddfd2ff7e3ce1a13db6f6f2f7788c /INSTALL
parent3e25ac406d1984b1a3efd2d4da8033dc908c3fa0 (diff)
Minor documentation fixes
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index bdfb66a..9fe12bf 100644
--- a/INSTALL
+++ b/INSTALL
@@ -36,7 +36,7 @@ to specify its location, for example:
./configure --with-libcutl=/tmp/libcutl
As another example, the following configure command uses the specified
-GNU g++ compiler and compiles with optimization and without the debug
+GNU g++ compiler and compiles with optimization and without debug
information:
./configure CXX=g++-4.5 CXXFLAGS=-O3
@@ -45,9 +45,9 @@ Once configuration is complete, run make to build odb:
make
-Once the build completes successfully, you can install odb using the install
-target (you may need to do this step as root depending on the installation
-directory):
+Once the build is completed successfully, you can install odb using the
+install target (you may need to do this step as root depending on the
+installation directory):
make install