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
commit4038e3a4e4fa9ee4799d3d51392ac2af2f9e1394 (patch)
tree13afe503fb536b078b4cad09928b634c36cc97a1 /INSTALL
parentaabc3a4a49804c7a10a3497854ac7821fb3dbc87 (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 81518a9..b14cbe2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -39,7 +39,7 @@ to specify its location, for example:
As another example, the following configure command only builds shared
libraries, uses the specified C++ compiler, and compiles with optimization
-and without the debug information:
+and without debug information:
./configure --disable-static CXX=g++-4.5 CXXFLAGS=-O3
@@ -47,7 +47,7 @@ Once configuration is complete, run make to build libodb-mysql:
make
-Once the build completes successfully, you can install the libodb-mysql
+Once the build is completed successfully, you can install the libodb-mysql
headers and libraries using the install target (you may need to do this
step as root depending on the installation directory):
@@ -83,8 +83,8 @@ The resulting 32-bit DLLs and import libraries are placed into the
libodb-mysql\bin\ and libodb-mysql\lib\ directories, respectively.
Similarly, the 64-bit DLLs and import libraries are placed into
libodb-mysql\bin64\ and libodb-mysql\lib64\. The Release versions of
-import libraries are named odb-mysql.lib and the Debug versions are
-named odb-mysql-d.lib.
+the import libraries are named odb-mysql.lib and the Debug versions
+are named odb-mysql-d.lib.
To configure Visual Studio to automatically locate the libodb-mysql
headers, DLLs, and import libraries, add the following paths to your