2010-05-04 15:11:48 +02:00
|
|
|
See http://code.google.com/p/xbps for information.
|
2009-12-12 11:20:23 +01:00
|
|
|
|
|
|
|
To build this you'll need:
|
|
|
|
|
2010-03-31 12:50:31 +02:00
|
|
|
- pkg-config
|
2010-04-24 18:08:39 +02:00
|
|
|
- zlib (development package with static libs)
|
2010-01-23 02:37:19 +01:00
|
|
|
- openssl (development package with static libs)
|
2010-04-20 14:22:38 +02:00
|
|
|
- libarchive >= 2.8.0 (development package with static libs)
|
2010-01-23 02:37:19 +01:00
|
|
|
|
2010-05-19 22:38:27 +02:00
|
|
|
Optionally to build the API documentation:
|
2010-01-23 02:37:19 +01:00
|
|
|
|
|
|
|
- graphviz and doxygen.
|
2009-12-12 11:20:23 +01:00
|
|
|
|
2010-05-19 22:38:27 +02:00
|
|
|
Just run ./configure && make && make install. By default PREFIX is set
|
|
|
|
to `/usr/local', can be changed by setting --prefix. The DESTDIR variable
|
|
|
|
is also supported for package managers.
|
2009-12-12 11:20:23 +01:00
|
|
|
|
2010-05-19 22:38:27 +02:00
|
|
|
There are some more options that can be tweaked, see them with
|
|
|
|
`./configure --help'.
|
2009-12-28 16:19:58 +01:00
|
|
|
|
2009-12-12 11:20:23 +01:00
|
|
|
Good luck!
|