@@ -72,7 +72,7 @@ PREREQUISITES FOR BUILDING CONNECTOR/C++
72
72
73
73
As of version 1.1.0 Connector/C++ makes use of Boost (http://www.boost.org).
74
74
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.
76
76
All of those are "headers only". When installing Boost on your system,
77
77
you can disable all components that require building any kind
78
78
of binaries.
@@ -169,7 +169,7 @@ BUILDING ON UNIX
169
169
MYSQLCPPCONN_TRACE_ENABLE:BOOL=0
170
170
MYSQL_CONFIG_EXECUTABLE:FILEPATH=/path/to/my/mysql/server/bin/mysql_config
171
171
172
- Procees with make clean; make as described at point 2.)
172
+ Proceed with make clean; make as described at point 2.)
173
173
174
174
NOTE: cmake does cache settings in the file CMakeCache.txt.
175
175
Make sure that cmake does not use old and unwanted settings from
@@ -254,7 +254,7 @@ SOURCE LAYOUT
254
254
|-- driver <-- Connector/C++ source code
255
255
|-- examples <-- Basic examples
256
256
|-- test <-- Tests, so to say: more examples
257
- |-- thread <-- Thread abstaction , unused
257
+ |-- thread <-- Thread abstraction , unused
258
258
--- win <-- Windows MSI Installer
259
259
260
260
0 commit comments