Hola.
Esta es mi primera vez compilando e instalando para ubuntu.
He leido muchos tutoriales y algunos hilos de peña preguntando, así que creo que lo he hecho todo, no obstante explico los pasos que he dado.
1º El programa se llama Gdado 2.2 y es un simulador de tiradas de dados que quiero usar para juegos de rol (si, eso que últimamente se confunde con el wow
que se juega con dados y con peña a la que le ves la cara y escuchas su voz en directo). Por lo tanto lo primero ha sido descargarlo. Viene en un archivo tar.gz
2º lo he descomprimido en una carpeta
3º como he leido por internet, he instalado con adept el paquete build-essential
4º he ido a la carpeta con todos los archivos y algunos directorios y he hecho en la consola [./configure] los corchetes son para marcar lo escrito.
5º se ha liado a escribir cosas, pero con algunos errores.
6º escribo [make] y la consola se rie de mí.
se supone que cuando ejecutas el configure debería crear un make para poderlo ejecutar, y no se crea nada.
Estos son los errores que me arroja:
==========================
carlosyeah@ubuntu:~/morraya/gdado-2.2$ ls
aclocal.m4 config.guess configure.in INSTALL Makefile.am pixmaps TODO
AUTHORS config.h.in COPYING install-sh Makefile.in po
autogen.sh config.log gdado.desktop intltool-extract.in missing README
autom4te.cache config.sub gdado.glade intltool-merge.in mkinstalldirs src
ChangeLog configure gdado.gladep intltool-update.in NEWS stamp-h.in
carlosyeah@ubuntu:~/morraya/gdado-2.2$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... missing
checking for working autoconf... missing
checking for working automake-1.4... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for PACKAGE... configure: error: Package requirements (libgnomeui-2.0) were not met:
No package 'libgnomeui-2.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables PACKAGE_CFLAGS
and PACKAGE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
carlosyeah@ubuntu:~/morraya/gdado-2.2$
================================
En fin, he leido los archivos readme e INSTALL. En el readme me dicen lo qeu ya se, que haga configure; make y por ultimo make install como root. en INSTALL pues mas de los mismo pero en un ingles mas profundo (mas palabras para decir lo mismo). En fin, si hay algo que haga mal por favor decidmelo. la clave estará en los resultados del ocnfigure, pero....no los entiendo.
Alguien me puede decir como se instala esto? garcias de antemano.
pd: y si conoceis otro programa de dados pues decidme cual. el [rolldie 2d10] de la consola me se queda pequeño
.
pd2: aunque existan mas programas, este me sirve para aprender a instalar programas en bragas (con el source en un tar.gz). Por eso, aunque em instale mas programas, queiro saber como se instala este