2018-12-28 15:44:29 +00:00
|
|
|
To compile and install stormlib on windows with mingw64:
|
|
|
|
|
|
|
|
Copy the stormlib folder to an easy to access directory. I used /mingw64/home/thegtproject/stormlib
|
|
|
|
|
|
|
|
(from mingw64 console)
|
|
|
|
|
|
|
|
$ cmake -DCMAKE_SYSTEM_NAME="windows" -DCMAKE_INSTALL_PREFIX="/mingw64" .
|
|
|
|
$ make && make install
|
|
|
|
|
2019-01-01 18:30:35 +00:00
|
|
|
Done.
|