Difference between revisions of "Compilation Installation-es"
From AMule Project FAQ
Vollstrecker (Talk | contribs) m (Reordered language selection) |
(Actualizado (updated)) |
||
Line 9: | Line 9: | ||
[[Compilation_Installation-ru|Russian]] | [[Compilation_Installation-ru|Russian]] | ||
</center> | </center> | ||
− | |||
− | |||
− | |||
== Compilando desde el código == | == Compilando desde el código == | ||
− | ATENCIÓN: | + | '''ATENCIÓN:''' Asegúrese de que '''no''' tener copias instaladas de wxWidgets. Si ya tiene instalado wxWidgets, dirigase a [[How to uninstall wxWidgets-es|Como desinstalar wxWidgets]] antes de empezar una nueva instalación wxWidgets. Si continua teniendo problemas, [[Check_if_wx_is_installed_twice-es|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. | 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. | ||
Line 24: | Line 22: | ||
==== Paso 1: [[wxWidgets]] ==== | ==== Paso 1: [[wxWidgets]] ==== | ||
*Descarga [[wxWidgets|wxGTK]] -> | *Descarga [[wxWidgets|wxGTK]] -> | ||
− | **[http://downloads.sourceforge.net/wxwindows/wxGTK-2.8. | + | **[http://downloads.sourceforge.net/wxwindows/wxGTK-2.8.9.tar.bz2 wxGTK-2.8.9.tar.bz2] |
*Compila [[wxWidgets|wxGTK]] | *Compila [[wxWidgets|wxGTK]] | ||
− | **''tar -jxvf wxGTK-2.8. | + | **''tar -jxvf wxGTK-2.8.9.tar.bz2'' |
− | **''cd wxGTK-2.8. | + | **''cd wxGTK-2.8.9'' |
**''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): | ||
**''make install'' | **''make install'' | ||
**''ldconfig'' | **''ldconfig'' | ||
+ | ==== [[wxBase]] ==== | ||
+ | *To compile wxWidgets without a graphical User Interface, ''use the option --disable-gui'' | ||
− | === | + | === Step 3: [[aMule]] === |
− | * | + | *Download the latest [[aMule SVN|source tarball]] -> [http://www.hirnriss.net/?area=cvs Download aMule] |
− | + | ||
− | + | *Compile [[aMule]] (please check the [[configure|configure article]]) -> | |
− | * | + | **''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'' | ||
− | *Como '''root''': | + | *Como '''root''' e escribe: |
**''make install'' | **''make install'' | ||
− | *Inicia [[aMule]] como usuario normal escribiendo en | + | *Inicia [[aMule]] como usuario normal escribiendo en la consola -> ''amule'' |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Revision as of 20:22, 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
- 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
- Download the latest source tarball -> Download 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
- Como root e escribe:
- make install
- Inicia aMule como usuario normal escribiendo en la consola -> amule