Description:
Hi,
I'm trying to build the aforementioned product without documentation.
I got the source code, then installed latest CMake. I unpacked the mysql archive inside the "~/OneDrive/mysql-8.0.25". I also have MSVC 2017 installed and that's what I will be using for the build.
Then I started the GUI of CMake and enter following:
For the "Where is the source code" I entered "~/OneDrive/mysqlite-8.0.25"
For the "Where to build binaries" I entered "~/OneDrive/mysqlite-8.0.25/builf"
Then I press "Configure" and got the following error:
[quote]
Running cmake version 3.23.1
NT_RELEASE_VERSION is Version 6.3.9600
CMake Error at CMakeLists.txt:40 (MESSAGE):
Need at least Windows Server 2016, or Windows 10, to build
[/quote]
Now, I have Windows 8.1 and so the error is correct, but I don't want to build the whole server - I'm only interested in the libmysqlclient.
Unfortnately with the deprecation of the Connector/C the documentation on how to build its replacement (libmysqlclient) also disappears. So one can only gess where to get the code and how to build it.
Please advise on how to successfully perform the build and if possible - restore the documentation page on how to build the library.
Than you.
How to repeat:
Download latest CMake and the code, then try to configure the build.