This translation is older than the original page and might be outdated. See what has changed.
Traducciones de esta página:

Compilación en Ubuntu

  1. Crea el directorio donde se compilará el cliente y ubícate en éste desde el terminal.
  2. Instala las dependencias:
    sudo apt-get install aptitude
    sudo aptitude install autopoint libguichan-0.8.1-1 libguichan-sdl-0.8.1-1 libphysfs1 libsdl-image1.2
    sudo aptitude install libsdl-mixer1.2 libsdl-net1.2 libsdl-ttf2.0-0 build-essential g++ g++-4.4
    sudo aptitude install libstdc++6-4.4-dev patch autoconf libtool libcurl4-gnutls-dev libgl1-mesa-dev libenet-dev
    sudo aptitude install libguichan-dev libsdl1.2-dev libsdl-image1.2-dev libsdl-net1.2-dev libsdl-mixer1.2-dev
    sudo aptitude install libphysfs-dev libpng12-dev libxml2-dev zlib1g-dev libsdl-ttf2.0-dev libsdl-gfx1.2-dev gettext
  3. Crea el directorio:
    mkdir manaplus
  4. Abre el directorio:
    cd manaplus
  5. Descarga las fuentes del cliente:
    wget http://download.evolonline.org/manaplus/download/1.1.5.15/manaplus-1.1.5.15.tar.bz2
  6. Extrae el código fuente:
    tar xvf manaplus-1.1.5.15.tar.bz2
  7. Abre el subdirectorio:
    cd manaplus
  8. Actualiza el make file:
    autoreconf -i
  9. Compila:
    ./configure
    make
  10. Instala:
    make install
  11. Desinstala.
    Si lo desea, puede desinstalar el juego ejecutando el siguiente comando::
    sudo make uninstall
  12. Ahora puedes ejecutar el juego seleccionando Aplicaciones \ Juegos \ ManaPlus1).
1) Si tu SO está en inglés, ManaPlus está en Applications \ Games
 
es/ubuntucompile.txt · Última modificación: 2011/05/25 05:21 por nelson6e65
Excepto donde se indique lo contrario, el contenido de esta wiki se autoriza bajo la siguiente licencia:GNU Free Documentation License 1.3
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki