mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-11-07 05:28:10 +08:00
removed example debianization, since debian itself now has it
This commit is contained in:
12
INSTALL
12
INSTALL
@@ -1,17 +1,9 @@
|
||||
If running on a Debian-based OS (this includes Ubuntu), it is highly recommended
|
||||
to install this program as a package. In debian/unstable feedgnuplot is in the
|
||||
official repos, so all you need to do is
|
||||
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
|
||||
|
||||
Otherwise a package can be built with
|
||||
|
||||
ln -fs package_definitions/debian debian
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user