From 949471b846d565e31a2ccc3803dc523947452267 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sun, 16 Oct 2011 11:57:23 -0700 Subject: [PATCH] added installation instructions --- INSTALL | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 INSTALL diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..01a7e06 --- /dev/null +++ b/INSTALL @@ -0,0 +1,15 @@ +If running on a Debian-based OS (this includes Ubuntu), it is highly recommended +to install this program as a package by doing + + dpkg-buildpackage -us -uc -b + sudo dpkg -i feedgnuplot*.deb + +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