Uso Guadalinex, q creo q esta basada en Debian y Ubuntu. Nose como se utiliza el gestor de paquetes ni donde encontrarlo.
Me baje el TMSNC, y siguiendo las instrucciones del README e INSTALL, escribí :
"./configure", y me dio un error al final :
Código:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for library containing gethostbyname... none required
checking for socket... yes
checking for pthread_create... no
checking for pthread_create in -lpthread... yes
configure: checking location of ncurses.h file...
checking for use_default_colors... no
checking for resizeterm... no
checking for resize_term... no
checking for wadd_wch... no
configure: error: You don't seem to have the curses headers installed
Por supuesto, no me creo el archivo makefile que debia crearme, que pasa??