mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-17 13:39:46 -04:00
5bb13802a7
Tested on PostgreSQL 8.3 and MySQL 5.0.
For compile see README.
--HG--
branch : trunk
15 lines
311 B
Plaintext
15 lines
311 B
Plaintext
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
|
|
|