feedgnuplot/INSTALL
Dima Kogan dda83b2c27 Revert "added note to INSTALL file"
This reverts commit 87a4069a5a.

This should go into the master branch, not the debian branch
2019-08-25 15:25:29 -07:00

14 lines
446 B
Plaintext

If running on a Debian-based OS (this includes Ubuntu), it is highly recommended
to install this program as a package. In Debian and Ubuntu, feedgnuplot is in
the official repos, so all you need to do is
sudo apt-get install feedgnuplot
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