File: INSTALL

package info (click to toggle)
feedgnuplot 1.62-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,776 kB
  • sloc: perl: 1,347; lisp: 70; makefile: 8; sh: 8
file content (20 lines) | stat: -rw-r--r-- 662 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.

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 ...