Files
mariadb-connector-cpp/cmake/resources/macos/WELCOME.html.in
2022-07-06 19:19:27 +02:00

18 lines
1.0 KiB
HTML

<html>
<head>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
</style>
<title>Welcome to MariaDB Connector/C++ Installer</title>
</head>
<body>
<p>This is going to install MariaDB Connector/C++ 64bit version @CPACK_PACKAGE_VERSION@ - a database driver that implements JDBC-based API.</p>
<p><strong><font color="red">Warning: </font>The driver library requires the latest version of the <a href="https://www.openssl.org/">openssl</a> libraries.</strong>These are not natively available in macOS, but can be obtained using <a href="https://brew.sh/">Homebrew</a></p>
<p>Homebrew installation instructions can be found <a href="https://docs.brew.sh/Installation">here</a>. The short version at the moment is to run the following command in the terminal:
<div><strong>/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"</strong></div></p>
<p>The command to install openssl is: <div><strong>brew install openssl@1.1</strong></div></p>
</body>
</html>