File: INSTALL

package info (click to toggle)
buxon 0.0.4-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 220 kB
  • ctags: 111
  • sloc: python: 665; makefile: 61
file content (31 lines) | stat: -rw-r--r-- 443 bytes parent folder | download
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
30
31
Installing Buxon
****************

Short Answer:
-------------

    make install


Long Answer:
------------

Dependencies:

    - python >= 2.4.0
    - rdflib >= 2.4.0
    - gtk+ >= 2.6.0
    - pygtk >= 2.6.0
    - gazpacho >= 0.6.6
        
As root user you may run:

    make install
	
This command will install Buxon at common directories. Then it'll be available
a new command: 'buxon'.

To uninstall it's also easy:

    make uninstall