diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2002-06-04 17:02:00 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2015-01-03 10:31:58 +0100 |
commit | 59eda1d0150e4b517a071c1e04ded96ff8f0f314 (patch) | |
tree | 47db347f3ff74e3a7fb23cef1cba2ed4a452aeaa /INSTALL | |
parent | a9d49c6a0fd9dbad859659d7f49901bc9101d790 (diff) | |
download | pyg-59eda1d0150e4b517a071c1e04ded96ff8f0f314.tar.gz |
pyg 0.9.6 from archive.debian.org0.9.6
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -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. |