server/contrib/mysql_to_pgsql
2020-02-17 09:19:44 +00:00
..
cmake [9395] Update cmake for mysql_to_pgsql. 2010-02-15 22:03:18 +03:00
src Rebase resync 2020-02-17 09:19:44 +00:00
CMakeLists.txt [m] Lots of Doxygen fixes/additions - thanks to lfxGroove 2020-02-17 08:59:03 +00:00
README [m] Lots of Doxygen fixes/additions - thanks to lfxGroove 2020-02-17 08:59:03 +00:00

Using cmake on a Windows
------------------
    1. install cmake (http://www.cmake.org/cmake/resources/software.html)
    2. cmake -i
    3. Project.sln
    4. {Debug/Release}/mysql2pgsql.exe

Using cmake on a Unix/Linux
------------------
    1. install cmake
    2. cmake -i
    3. make
    4. ./mysql2pgsql