13/12/2008, 13:23
|
| | Fecha de Ingreso: diciembre-2008
Mensajes: 29
Antigüedad: 16 años, 1 mes Puntos: 0 | |
Respuesta: Instalar GnuPlot 4.2.4 en Linux Ya encontre la solucion, en ingles, pero solucion... xDDD
An avid gnuplot user, I built it locally on my eeepc. There are some hoops to jump through, but the result is gnuplot4.2 with as many features as you can want:
First add debian repository (http://wiki.eeeuser.com/howto:adddebianfeeds) and install the following packages
apt-get install build-essential
apt-get install libx11-dev
apt-get install libreadline-dev
apt-get install ncurses-dev
apt-get install libgd-dev
apt-get install libjpeg-progs # might not be needed
apt-get install latex # for latex terminals if you want them
download the gnuplot 4.2.3 tarball (http://sourceforge.net/project/showfile … up_id=2055) and unpack it via "tar -zxvf gnuplot......" assuming you downloaded the tar.gz file.
cd into the gnuplot4.2.3 directory and execute:
./configure --x-libraries=/usr/lib --x-includes=/usr/include/X11 --with-readline=gnu
make
make install
GRACIAS A IFOD DESDE EEUSER.COM
SAludos a todos... |