File: INSTALL

package info (click to toggle)
pyg 0.9.6-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 280 kB
  • ctags: 149
  • sloc: python: 615; ansic: 339; sh: 224; makefile: 110; yacc: 81; lex: 75
file content (29 lines) | stat: -rw-r--r-- 581 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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.