Difference between revisions of "Compilation Installation"

From AMule Project FAQ
Jump to: navigation, search
(tarball instead of 2.1.3)
Line 32: Line 32:
  
 
=== Step 3: [[aMule]] ===
 
=== Step 3: [[aMule]] ===
*Download the latest [[aMule]] version ->
+
*Download the latest [[aMule SVN|source tarball]] -> [http://www.hirnriss.net/?area=cvs Download aMule]
**[http://developer.berlios.de/project/showfiles.php?group_id=1296 Latest aMule]
+
  
 
*Compile [[aMule]] (please check the [[configure|configure article]]) ->
 
*Compile [[aMule]] (please check the [[configure|configure article]]) ->
Line 47: Line 46:
 
== Version ==
 
== Version ==
 
Created by DeltaHF on 28.04.04 at 22:54<br>
 
Created by DeltaHF on 28.04.04 at 22:54<br>
Updated by Vollstrecker on 22.01.08 at 14:12
+
Updated by [[User:Sturedman|Sturedman]] 13:58, 1 June 2008 (CEST)

Revision as of 12:58, 1 June 2008

Deutsch | English | Français | Italiano | Nederlands | Português | Russian | Spanish

Compiling from Sources

WARNING: Make sure you have no copies of wxWidgets installed. If you already have wxWidgets installed, check How to uninstall wxWidgets before starting a new installation. If you continue have problems, then check if wx is installed twice, since that's a common compilation and runtime problem.

There are different versions of the wxWidgets for different platforms. wxGTK is used for Linux, Solaris and BSD, wxMSW for Windows and wxMac for Mac OS X. Here we'll explain the compilation using wxGTK, but it differs only slightly for other toolkits.

Please see the specific articles for more detailed instructions.

Step 1: wxWidgets

  • Compile wxGTK
    • tar -jxvf wxGTK-2.8.7.tar.bz2
    • cd wxGTK-2.8.7
    • Linked against GTK2: ./configure --prefix=/usr --with-gtk --enable-unicode --enable-optimise && make
  • As root (in some distributions simply use the sudo before):
    • make install
    • ldconfig

wxBase

  • To compile wxWidgets without a graphical User Interface, use the option --disable-gui

Step 3: aMule

  • Compile aMule (please check the configure article) ->
    • tar -zxvf aMule-X.X.X.tar.gz (replace X with the right version number..)
    • cd aMule-X.X.X
    • ./configure --disable-debug --enable-optimize && make
  • As root:
    • make install
  • Run aMule as a regular user from console by typing -> amule

Version

Created by DeltaHF on 28.04.04 at 22:54
Updated by Sturedman 13:58, 1 June 2008 (CEST)