From edf37aa54d055212f2d0365c70678cecc12d0b3a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 28 Sep 2010 19:58:06 +0200 Subject: Minor documentation fixes --- INSTALL | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'INSTALL') 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 -- cgit v1.1