|
|
Line 49: |
Line 49: |
|
|
|
|
|
==Testing Globulation 2 on windows== |
|
==Testing Globulation 2 on windows== |
⚫ |
===Running Globulation from compiled source=== |
|
|
:*Download [http://dl.sv.nongnu.org/releases/glob2/mingw/glob2_windows_runtime-2.tar.bz2 glob2_windows_runtime-2.tar.bz2] and put it in the home directory of msys (c:\msys\1.0\home\XXX\ where XXX is the username) |
|
:*Download [http://dl.sv.nongnu.org/releases/glob2/mingw/glob2_windows_runtime-2.tar.bz2 glob2_windows_runtime-2.tar.bz2] and put it in the home directory of msys (c:\msys\1.0\home\XXX\ where XXX is the username) |
|
:*Double click the MSYS icon that has been placed on your desktop during MSYS's installation. |
|
:*Double click the MSYS icon that has been placed on your desktop during MSYS's installation. |
|
:*Go in the directory where you put the glob2_windows_runtime-2.tar.bz2 (for example cd ~) and untar the libraries using the command below: |
|
:*Go in the directory where you put the glob2_windows_runtime-2.tar.bz2 (for example cd ~) and untar the libraries using the command below: |
|
::<table width="90%"><tr valign="top"><td style="border: 1px dashed #FFFFFF; padding: .3em .9em .3em; color: #FFFFFF; background-color: #114700">tar jxf glob2_windows_runtime-2.tar.bz2 -C glob2_source/</td></tr></table> |
|
::<table width="90%"><tr valign="top"><td style="border: 1px dashed #FFFFFF; padding: .3em .9em .3em; color: #FFFFFF; background-color: #114700">tar jxf glob2_windows_runtime-2.tar.bz2 -C glob2_source/</td></tr></table> |
|
:*Drag the glob2 executable into the root source folder: |
|
:*Drag the required dll's into the root source folder: |
|
::<table width="90%"><tr valign="top"><td style="border: 1px dashed #FFFFFF; padding: .3em .9em .3em; color: #FFFFFF; background-color: #114700">cd glob2_source</td></tr></table> |
|
::<table width="90%"><tr valign="top"><td style="border: 1px dashed #FFFFFF; padding: .3em .9em .3em; color: #FFFFFF; background-color: #114700">cd glob2_source</td></tr></table> |
|
|
::<table width="90%"><tr valign="top"><td style="border: 1px dashed #FFFFFF; padding: .3em .9em .3em; color: #FFFFFF; background-color: #114700">cp -a /local/bin/SDL.dll /local/lib/*.dll .</td></tr></table> |
|
⚫ |
===Running Globulation from compiled source=== |
|
|
:*Drag the glob2 executable into the root source folder: |
|
::<table width="90%"><tr valign="top"><td style="border: 1px dashed #FFFFFF; padding: .3em .9em .3em; color: #FFFFFF; background-color: #114700">cp -a ./src/glob2.exe .</td></tr></table> |
|
::<table width="90%"><tr valign="top"><td style="border: 1px dashed #FFFFFF; padding: .3em .9em .3em; color: #FFFFFF; background-color: #114700">cp -a ./src/glob2.exe .</td></tr></table> |
|
:*Run glob2.exe from the glob2_runtime directory and play :) |
|
:*Run glob2.exe from the glob2_source directory and play :) |
|
===Building a Globulation 2 NSIS installer=== |
|
===Building a Globulation 2 NSIS installer=== |
|
:*Coming soon |
|
:*Coming soon |