aboutsummaryrefslogtreecommitdiff
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
commitf12bd8448160f46e644cbac4fa92879f9dbdbe7a (patch)
treebeeb9c23e4ec2c39ab096e99ca683b5c775dc7e6
parentef4c07593d6c4a6031c8830048c929aa10830261 (diff)
Minor documentation fixes
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 2c0003b..4de3da4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -37,7 +37,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
@@ -45,7 +45,7 @@ Once configuration is complete, run make to build libodb-tracer:
make
-Once the build completes successfully, you can install the libodb-tracer
+Once the build is completed successfully, you can install the libodb-tracer
headers and libraries using the install target (you may need to do this
step as root depending on the installation directory):
@@ -76,8 +76,8 @@ The resulting 32-bit DLLs and import libraries are placed into the
libodb-tracer\bin\ and libodb-tracer\lib\ directories, respectively.
Similarly, the 64-bit DLLs and import libraries are placed into
libodb-tracer\bin64\ and libodb-tracer\lib64\. The Release versions of
-import libraries are named odb-tracer.lib and the Debug versions are
-named odb-tracer-d.lib.
+the import libraries are named odb-tracer.lib and the Debug versions
+are named odb-tracer-d.lib.
To configure Visual Studio to automatically locate the libodb-tracer
headers, DLLs, and import libraries, add the following paths to your