-
Notifications
You must be signed in to change notification settings - Fork 258
compiling
Georg Richter edited this page Aug 30, 2018
·
1 revision
After successful configuration, Connector/C can now be compiled.
If no CMake generator was specified, CMake creates by default build files for Visual Studio. You can now either build Connector/C inside Visual Studio
devenv mariadb_connector_c.sln
or via command line
cmake --build . --config RelWithDebInfo
By default CMake creates build files for GNU make. On some system GNU make is renamed to gmake
.
You can now build Connector/C with
shell>make
or
cmake --build . --config Release
MariaDB Connector/C Reference