Difference between revisions of "Compilation Installation-es"

From AMule Project FAQ
Jump to: navigation, search
(Actualizado (updated))
Line 29: Line 29:
 
**''Enlázalo con GTK2: ./configure --prefix=/usr --with-gtk --enable-unicode --enable-optimise && make
 
**''Enlázalo con GTK2: ./configure --prefix=/usr --with-gtk --enable-unicode --enable-optimise && make
  
*As '''root''' (in some distributions simply use the sudo before):
+
*Como '''root''' (en algunas distribuciones es suficiente con usar '''sudo''' antes del comando):
 
**''make install''
 
**''make install''
 
**''ldconfig''
 
**''ldconfig''
  
 
==== [[wxBase]] ====
 
==== [[wxBase]] ====
*To compile wxWidgets without a graphical User Interface, ''use the option --disable-gui''
+
*Para compilar wxWidgets sin interfaz gráfica de usuario, ''use la opción --disable-gui''
  
 
=== Step 3: [[aMule]] ===
 
=== Step 3: [[aMule]] ===
*Download the latest [[aMule SVN|source tarball]] -> [http://www.hirnriss.net/?area=cvs Download aMule]
+
*Descarga el último [[aMule SVN|source tarball]] -> [http://amule.uw.hu/tarballs Download aMule]
  
*Compile [[aMule]] (please check the [[configure|configure article]]) ->
+
*Compile [[aMule]] (por favor revise el artículo de [[configure|configuraciones]]) ->
**''tar -zxvf aMule-X.X.X.tar.gz'' (replace X with the right version number..)
+
**''tar -zxvf aMule-X.X.X.tar.gz''
 
**''cd aMule-X.X.X''
 
**''cd aMule-X.X.X''
 
**''./configure --disable-debug --enable-optimize && make''
 
**''./configure --disable-debug --enable-optimize && make''

Revision as of 22:09, 28 January 2009

English | Deutsch | Español | Français | Italiano | Nederlands | Português | Russian

Compilando desde el código

ATENCIÓN: Asegúrese de que no tener copias instaladas de wxWidgets. Si ya tiene instalado wxWidgets, dirigase a Como desinstalar wxWidgets antes de empezar una nueva instalación wxWidgets. Si continua teniendo problemas, revisa si tiene instalado wxWidgets dos veces.

Existen diferentes versiones de wxWidgets para las diferentes plataformas. Linux, Solarias y BSD usan wxGTK, wxMSW para Windows y wxMac para Mac OS X. Aquí te explicaremos la compilación mediante el uso de wxGTK, pero se asemeja a otras herramientas de software.

Por favor mira estos artículos para una información más detallada.

Paso 1: wxWidgets

  • Compila wxGTK
    • tar -jxvf wxGTK-2.8.9.tar.bz2
    • cd wxGTK-2.8.9
    • Enlázalo con GTK2: ./configure --prefix=/usr --with-gtk --enable-unicode --enable-optimise && make
  • Como root (en algunas distribuciones es suficiente con usar sudo antes del comando):
    • make install
    • ldconfig

wxBase

  • Para compilar wxWidgets sin interfaz gráfica de usuario, use la opción --disable-gui

Step 3: aMule

  • Compile aMule (por favor revise el artículo de configuraciones) ->
    • tar -zxvf aMule-X.X.X.tar.gz
    • cd aMule-X.X.X
    • ./configure --disable-debug --enable-optimize && make
  • Como root e escribe:
    • make install
  • Inicia aMule como usuario normal escribiendo en la consola -> amule