MySQL Proxy Compiling
[edit] Compiling from the development source tree
The up-to-date and detailed Compiling Instructions for MySQL Proxy can be found in the INSTALL file included in the source distribution, also available directly from the SVN source repository:
http://svn.mysql.com/svnpublic/mysql-proxy/trunk/INSTALL
[edit] Subversion repository
The MySQL Proxy source code is maintained in a Subversion repository. You can checkout a local copy by using the following command:
$ svn co http://svn.mysql.com/svnpublic/mysql-proxy/trunk mysql-proxy
Any new changes that have been applied against this tree can be pulled by running svn up inside the repository. The source repository can also be browsed using the Fisheye SVN repository browser.