|
|
Line 2: |
Line 2: |
|
|
|
|
|
== Compile from Sources == |
|
== Compile from Sources == |
|
{{Warning|Compiling on Windows|The instructions below will not work for Windows. To compile on that OS, please see the [[Mingw compilation]] guide, which explains how to compile globulation2 on windows using mingw.}} |
|
{{Warning|Compiling on Windows|The instructions below will not work for Windows. To compile on that OS, please see the <u>[[Mingw compilation]]</u> guide, which explains how to compile globulation2 on windows using mingw.}} |
|
|
|
|
|
=== Source Distribution === |
|
=== Source Distribution === |
|
* Get the [[#downloadlink_source|source distribution archive]] from the download section above. |
|
* Get the [[Download and Install|source distribution archive]] from the download section. |
|
* Extract the archive using a compression/extraction utility such as tar. |
|
* Extract the archive using a compression/extraction utility such as tar. |
|
* Go in the extracted archive. If you have a Unix system (Linux, Solaris, Mac OS X): |
|
* Go in the extracted archive. If you have a Unix system (Linux, Solaris, Mac OS X): |
Line 18: |
Line 18: |
|
{{Warning|Warning|Mercurial is occasionally unstable and will break, it is meant for testing purposes.}} |
|
{{Warning|Warning|Mercurial is occasionally unstable and will break, it is meant for testing purposes.}} |
|
* Download the source code from the Mercurial by typing |
|
* Download the source code from the Mercurial by typing |
|
:hg clone http://hg.globulation2.org/glob2/
|
|
hg clone http://hg.globulation2.org/glob2/ |
|
:hg clone -r default glob2 glob2-work
|
|
hg clone -r default glob2 glob2-work |
|
:* You can update the source code you have any time with a simple |
|
:* You can update the source code you have any time with a simple |
|
cd glob2 |
|
cd glob2 |
Line 28: |
Line 28: |
|
* Read the README.hg and README files. |
|
* Read the README.hg and README files. |
|
* Continue by following the [[#Source_Distribution|''source distribution'']] instructions from the 3rd step onwards. |
|
* Continue by following the [[#Source_Distribution|''source distribution'']] instructions from the 3rd step onwards. |
|
|
|
|
|
|
|
|
[[Category:User Manual]] |