diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-28 19:58:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-28 19:58:06 +0200 |
commit | 2d34191cdfeff3cf564655ecbc35b6620cdad43c (patch) | |
tree | 8486395c1d510e509be3e3a1c1c27d9dc2173c25 /INSTALL | |
parent | 2d4e22cc551732c890ae2abb15cb9c6eac0f2221 (diff) |
Minor documentation fixes
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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, |