2011-10-16 11:57:23 -07:00
|
|
|
If running on a Debian-based OS (this includes Ubuntu), it is highly recommended
|
2013-02-08 02:09:18 -08:00
|
|
|
to install this program as a package. In debian/unstable feedgnuplot is in the
|
|
|
|
official repos, so all you need to do is
|
|
|
|
|
|
|
|
sudo apt-get install feedgnuplot
|
|
|
|
|
|
|
|
Otherwise a package can be built with
|
2011-10-16 11:57:23 -07:00
|
|
|
|
2012-09-11 12:56:47 -07:00
|
|
|
ln -fs package_definitions/debian debian
|
2011-10-16 11:57:23 -07:00
|
|
|
dpkg-buildpackage -us -uc -b
|
2012-09-11 12:56:47 -07:00
|
|
|
sudo dpkg -i ../feedgnuplot*.deb
|
2011-10-16 11:57:23 -07:00
|
|
|
|
|
|
|
This builds a debian package and installs it.
|
|
|
|
|
|
|
|
Without a package, an installation can be done with
|
|
|
|
|
|
|
|
perl Makefile.PL prefix=/usr/local
|
|
|
|
make
|
|
|
|
make install
|
|
|
|
|
|
|
|
This installs feedgnuplot to /usr/local. Adjust the paths as required
|