Files
TrinityCore/contrib/mysql_to_pgsql
megamage bf8c0933c9 [8221] Removed trailing whitespaces
With excluded dep/ - as usual.

    Signed-off-by: freghar <compmancz@gmail.com>

--HG--
branch : trunk
2009-07-30 10:19:03 +08:00
..
2009-07-30 10:19:03 +08:00
2009-07-30 10:19:03 +08: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