aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorMatej Cepl <mcepl@redhat.com>2008-02-26 17:27:08 +0100
committerMatej Cepl <mcepl@redhat.com>2008-02-26 17:27:08 +0100
commitc50ce75f2e06b6b8abe49e34775d343b74f7e8cd (patch)
tree14c314e39296b0c3abe781e4dac194949e220136 /INSTALL
downloadpygn-c50ce75f2e06b6b8abe49e34775d343b74f7e8cd.tar.gz
The original upstream from Debian orig.tar.gz tarball.0.9.7
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL29
1 files changed, 29 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..599a64d
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,29 @@
+For debian user:
+
+Make package as usual:
+
+$ dpkg-buildpackage -uc -us -rfakeroot
+and install .deb file made.
+
+
+
+
+For non debian user only:
+
+Simply run make:
+
+$ make
+
+and install file where you want:
+Something like:
+
+$ install -m 0755 -d /usr/local/lib/pyg
+to create /usr/local/lib/pyg with right permissions
+
+$ make install DESTDIR=/usr/local
+to install file in /usr/local as basedir
+/usr/local/sbin pygs (pyg frontend)
+/usr/local/lib/pyg *.py *.so (module classes)
+
+You may install manually documentation and examples in examples/ dir in
+/usr/local/share/doc or where you wish.