Skip to content

Commit 76ea7d4

Browse files
author
Ulf Wendel
committed
http://bugs.mysql.com/bug.php?id=59162
1 parent ebe3b20 commit 76ea7d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

INSTALL

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ PREREQUISITES FOR BUILDING CONNECTOR/C++
7272

7373
As of version 1.1.0 Connector/C++ makes use of Boost (http://www.boost.org).
7474
You need to have Boost 1.34.0 or newer installed on your build system.
75-
The MySQL driverfor C++ makes use of Boost variant, any and some pointers.
75+
The MySQL driver for C++ makes use of Boost variant, any and some pointers.
7676
All of those are "headers only". When installing Boost on your system,
7777
you can disable all components that require building any kind
7878
of binaries.
@@ -169,7 +169,7 @@ BUILDING ON UNIX
169169
MYSQLCPPCONN_TRACE_ENABLE:BOOL=0
170170
MYSQL_CONFIG_EXECUTABLE:FILEPATH=/path/to/my/mysql/server/bin/mysql_config
171171

172-
Procees with make clean; make as described at point 2.)
172+
Proceed with make clean; make as described at point 2.)
173173

174174
NOTE: cmake does cache settings in the file CMakeCache.txt.
175175
Make sure that cmake does not use old and unwanted settings from
@@ -254,7 +254,7 @@ SOURCE LAYOUT
254254
|-- driver <-- Connector/C++ source code
255255
|-- examples <-- Basic examples
256256
|-- test <-- Tests, so to say: more examples
257-
|-- thread <-- Thread abstaction, unused
257+
|-- thread <-- Thread abstraction, unused
258258
--- win <-- Windows MSI Installer
259259

260260

0 commit comments

Comments
 (0)