MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: I need the source of libmysqlclient.a,... for my Mac Xcode project
Posted by: Bjørn Munch
Date: March 13, 2022 09:22AM

You can download the source from https://dev.mysql.com/downloads/mysql/ by selecting "Source Code". However, you may not be able to build it on macOS 10.12 since it requires minimum XCode 10 which in turn requires macOS 10.13.6 (as far as I can tell).

Even if you can start the build, it may turn out to require some OS feature not available in 10.12. If you only need the client library, you can try adding -DWITHOUT_SERVER=1 to the cmake command. It is possible that the client lib can build even if the server cannot.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: I need the source of libmysqlclient.a,... for my Mac Xcode project
444
March 13, 2022 09:22AM


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.