feedgnuplot/INSTALL

21 lines
662 B
Plaintext
Raw Normal View History

2011-10-17 02:57:23 +08:00
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
2013-02-08 18:09:18 +08:00
sudo apt-get install feedgnuplot
2011-10-17 02:57:23 +08:00
Without a package, an installation can be done with
perl Makefile.PL prefix=/usr/local
make
make install
2018-11-30 09:16:47 +08:00
This installs feedgnuplot to /usr/local. Adjust the paths as required.
Also, note that this is a self-contained utility. Usually running from the tree
works just fine:
git clone https://github.com/dkogan/feedgnuplot.git
cd feedgnuplot/bin
./feedgnuplot ...