# | Line 11 | Line 11 | Installation is a normal distutils setup: | |
---|---|---|
11 | ||
12 | ./setup.py install | |
13 | ||
14 | + | If the installer has problems finding libstatgrab you may need to set |
15 | + | PKG_CONFIG_PATH to <prefix>/lib/pkgconfig - where prefix is the prefix |
16 | + | you used when installing libstatgrab (default is /usr/local). |
17 | + | |
18 | The functions available through pystatgrab directly match those of | |
19 | the libstatgrab functions. Documentation on those functions can be | |
20 | found in the libstatgrab package, or on the libstatgrab website. |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |