cmangos-tbc/contrib/mysql_to_pgsql
Ono b1272eec36 Experimental MinGW support preparation: extractors and tools
Fix types
More strict windows preprocessor definitions
2017-05-15 21:55:15 +03:00
..
cmake Update cmake for mysql_to_pgsql. 2010-02-18 14:37:32 +03:00
src Experimental MinGW support preparation: extractors and tools 2017-05-15 21:55:15 +03:00
CMakeLists.txt [7691] Added MySQL to PostgreSQL converter. 2009-04-26 03:32:14 +04:00
README cmake -i -> cmake . since cmake -i is not longer supported 2016-12-21 10:24:00 +01:00

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

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