Re: problem with MySQL Connector/C++ on Windows
Posted by:
Ulf Wendel
Date: August 28, 2009 12:14PM
You need a source code package to build from source. The MSI package is a binary package, it does not contain the source of the driver itself. Please download a source distribution.
CMakeLists.txt is the file that tells cmake how to build a project. CMake reads that file and generates build files for your build system - be it Unix Makefiles, NMake files or Visual Studio Solutions/Projects. CMakeLists.txt is contained in the source packages but not in the binary packages, such as the MSI installer package.
Ulf
Subject
Views
Written By
Posted
4150
August 26, 2009 02:26AM
Re: problem with MySQL Connector/C++ on Windows
2450
August 28, 2009 12:14PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.