[Crossfire-wiki] [Crossfire DokuWiki] page changed: crossfire_compile_guide

no-reply_wiki at metalforge.org no-reply_wiki at metalforge.org
Wed Aug 27 17:46:33 CDT 2014


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2014/08/27 17:46
User        : leaf
Edit Summary: Python is required, moved that info under the Requirements section

@@ -25,9 +25,26 @@
  As a quick reference:
  
    sudo apt-get install automake flex gcc libgd-tools libgd2-xpm-dev libtool make python-dev subversion
  
+ Installing Python depends on your choice of Linux distro.
+   * python 2.4 is old, Crossfire runs with 2.5 and 2.6; I would use 2.6 if possible, has not been tried with 3.1
+   * lib64python2.4-2.4.3 is known to work on Mandriva 2007.0 x86_64
+   * python2.4-dev is known to work on Ubuntu Karmic and earlier
+   * python2.6-dev is known to work with Ubuntu Lucid (10.04.4)
+   * python2.7-dev is known to work in Ubuntu Natty (11.04), Oneiric (11.10) and Precise (12.04)
  
+ To confirm python is fully installed 
+ 
+    $ python
+ 
+ and you should see an output like:
+      Python 2.7.3 (default, Apr 10 2013, 06:20:15)
+      [GCC 4.6.3] on linux2
+      Type "help", "copyright", "credits" or "license" for more information.
+      >>>
+ 
+ If you see something like the above, python is installed, ctrl-d to quit python.
  
  ==== Recommended Packages ====
  
  The recommended packages provide additional add-ons or features (summaries included, below) to the server or as a way to test new functions and features.
@@ -43,27 +60,8 @@
  
  As a quick reference:
  
    sudo apt-get install check autoconf libsqlite3-0 libcurl3 libcurl4-openssl-dev libsvn-dev
- 
- Installing Python depends on your choice of Linux distro.
-   * python 2.4 is old, Crossfire runs with 2.5 and 2.6; I would use 2.6 if possible, has not been tried with 3.1
-   * lib64python2.4-2.4.3 is known to work on Mandriva 2007.0 x86_64
-   * python2.4-dev is known to work on Ubuntu Karmic and earlier
-   * python2.6-dev is known to work with Ubuntu Lucid (10.04.4)
-   * python2.7-dev is known to work in Ubuntu Natty (11.04), Oneiric (11.10) and Precise (12.04)
- 
- To confirm python is fully installed 
- 
-    $ python
- 
- and you should see an output like:
-      Python 2.7.3 (default, Apr 10 2013, 06:20:15)
-      [GCC 4.6.3] on linux2
-      Type "help", "copyright", "credits" or "license" for more information.
-      >>>
- 
- If you see something like the above, python is installed, ctrl-d to quit python.
  
  ==== Useful Packages ====
  
  These useful packages are not normally required for end-user builds, but they come in handy in cases where developers may have forgotten to check in changes to build scripts, etc.


IP-Address  : 63.170.91.101
Old Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide?rev=1409179499
New Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide

-- 
This mail was generated by DokuWiki at
http://wiki.metalforge.net/



More information about the crossfire-wiki mailing list