You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/building.txt
+37-28Lines changed: 37 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Only out-of-source builds are supported. To configure a build, execute
29
29
$ cmake <Connector/C++ source location>
30
30
~~~~~~~
31
31
32
-
If Boost libraries are required and `cmake` can not find them, specify the
32
+
If Boost libraries are required and `cmake` cannot find them, specify the
33
33
correct location using the option:
34
34
35
35
- `-DWITH_BOOST=<Boost location>`
@@ -38,8 +38,10 @@ By default a shared library is built. To build a static library, use the option:
38
38
39
39
- `-DBUILD_STATIC=yes`
40
40
41
-
The build system generated by `cmake` has install target which, by default, installs to `/usr/local/mysql/connector-c++-8.0`
42
-
(`<User home>/MySQL/"MySQL Connector C++ 8.0"` on Windows). To change this default install location use the option:
41
+
The build system generated by `cmake` has install target which, by default,
42
+
installs to `/usr/local/mysql/connector-c++-8.0`
43
+
(`<User home>/MySQL/"MySQL Connector C++ 8.0"` on Windows).
44
+
To change this default install location use the option:
43
45
44
46
- `-DCMAKE_INSTALL_PREFIX=<Install location>`
45
47
@@ -90,7 +92,9 @@ the Connector/C++ shared library:
90
92
- `CCC/mysqlcppconn8-1-vsXX.dll` on Windows, where `-vs12` or `-vs14` prefix
91
93
depends on the MSVC version used to build the connector
92
94
93
-
The number 1 in the library name is the major ABI version of the library. It is part of the library name so that different versions of the library can be used at the same time on a single system.
95
+
The number 1 in the library name is the major ABI version of the library. It
96
+
is part of the library name so that different versions of the library can
97
+
be used at the same time on a single system.
94
98
95
99
On Unix and OS X also appropriate symbolic links are created. On Windows the
96
100
import library for the DLL is created at `CCC/mysqlcppconn8.lib` (the `CCC/`
0 commit comments