scripts/macosx/ReadMe.html.in (61 lines of code) (raw):
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Read Me</title>
</head>
<body>
<font face="Helvetica">
<table border=0 cellspacing=5 cellpadding=0 width="100%">
<tr>
<td>
<img src="awsmysqlodbc.png">
</td>
<td>
<b>
AWS ODBC Driver for MySQL
<br>
@VERSION@
</b>
</td>
</tr>
</table>
<p>
This package contains a binary release of AWS MYSQL ODBC Driver for Mac OS X.
</p>
<p>
This package does not require anything special to be installed
on your machine - not even other MySQL software. Mac OS X 10.4
and later include the iODBC driver manager.
</p>
<p>
When the installation is complete you can use the following program
to help manage your ODBC connections:
</p>
<pre>
/Applications/Utilities/ODBC Administrator.app
</pre>
<p>
This installer will:
<ol>
<li>Copy the ODBC driver and setup libraries to <code>@CPACK_PACKAGING_INSTALL_PREFIX@/lib/</code>.</li>
<li>Copy command-line utilities to <code>@CPACK_PACKAGING_INSTALL_PREFIX@/bin/</code>.</li>
<li>Register the driver and setup libraries with the iODBC driver manager.</li>
</ol>
</p>
<p>
The library files are;
<ul>
<li><code>@CPACK_PACKAGING_INSTALL_PREFIX@/lib/awsmysqlodbcw.*</code> (Unicode version)</li>
<li><code>@CPACK_PACKAGING_INSTALL_PREFIX@/lib/awsmysqlodbca.*</code> (ANSI version)</li>
<li><code>@CPACK_PACKAGING_INSTALL_PREFIX@/lib/awsmysqlodbcS.*</code></li>
</ul>
</p>
<p>
The command-line utility file are;
<ul>
<li><code>/usr/local/bin/myodbc-installer</code></li>
</ul>
</font>
</body>
</html>