Difference between revisions of "Compilation Installation-es"
From AMule Project FAQ
(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 | ||
− | * | + | *Como '''root''' (en algunas distribuciones es suficiente con usar '''sudo''' antes del comando): |
**''make install'' | **''make install'' | ||
**''ldconfig'' | **''ldconfig'' | ||
==== [[wxBase]] ==== | ==== [[wxBase]] ==== | ||
− | * | + | *Para compilar wxWidgets sin interfaz gráfica de usuario, ''use la opción --disable-gui'' |
=== Step 3: [[aMule]] === | === Step 3: [[aMule]] === | ||
− | * | + | *Descarga el último [[aMule SVN|source tarball]] -> [http://amule.uw.hu/tarballs Download aMule] |
− | *Compile [[aMule]] ( | + | *Compile [[aMule]] (por favor revise el artículo de [[configure|configuraciones]]) -> |
− | **''tar -zxvf aMule-X.X.X.tar.gz'' | + | **''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
- Descarga wxGTK ->
- 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
- Descarga el último source tarball -> Download 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