From 2d34191cdfeff3cf564655ecbc35b6620cdad43c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 28 Sep 2010 19:58:06 +0200 Subject: Minor documentation fixes --- INSTALL | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 9ec811f..8d6b225 100644 --- a/INSTALL +++ b/INSTALL @@ -16,7 +16,7 @@ To see the available configuration options run configure with --help: As an example, the following configure command only builds shared libraries, uses the specified C++ compiler, and compiles with optimization and without -the debug information: +debug information: ./configure --disable-static CXX=g++-4.5 CXXFLAGS=-O3 @@ -24,9 +24,9 @@ Once configuration is complete, run make to build libodb: make -Once the build completes successfully, you can install the libodb headers -and libraries 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 the libodb headers +and libraries using the install target (you may need to do this step as root +depending on the installation directory): make install @@ -49,7 +49,7 @@ the solution. The resulting 32-bit DLLs and import libraries are placed into the libodb\bin\ and libodb\lib\ directories, respectively. Similarly, the 64-bit DLLs and import libraries are placed into libodb\bin64\ and -libodb\lib64\. The Release versions of import libraries are named +libodb\lib64\. The Release versions of the import libraries are named odb.lib and the Debug versions are named odb-d.lib. To configure Visual Studio to automatically locate the libodb headers, -- cgit v1.1