aboutsummaryrefslogtreecommitdiff
path: root/contrib/mysql_to_pgsql/README
blob: bf7083fb663d1bbd18f6e3da5ccfceaff4f5f350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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