2010-05-04 18:41:48 +05:30
|
|
|
See http://code.google.com/p/xbps for information.
|
2009-12-12 15:50:23 +05:30
|
|
|
|
|
|
|
To build this you'll need:
|
|
|
|
|
2010-03-31 16:20:31 +05:30
|
|
|
- pkg-config
|
2010-04-24 21:38:39 +05:30
|
|
|
- zlib (development package with static libs)
|
2010-01-23 07:07:19 +05:30
|
|
|
- openssl (development package with static libs)
|
2010-04-20 17:52:38 +05:30
|
|
|
- libarchive >= 2.8.0 (development package with static libs)
|
2011-12-15 15:49:20 +05:30
|
|
|
- confuse >= 2.7 (development package with static libs)
|
2010-01-23 07:07:19 +05:30
|
|
|
|
2010-05-20 02:08:27 +05:30
|
|
|
Optionally to build the API documentation:
|
2010-01-23 07:07:19 +05:30
|
|
|
|
|
|
|
- graphviz and doxygen.
|
2009-12-12 15:50:23 +05:30
|
|
|
|
2010-05-20 02:08:27 +05:30
|
|
|
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 15:50:23 +05:30
|
|
|
|
2010-05-20 02:08:27 +05:30
|
|
|
There are some more options that can be tweaked, see them with
|
|
|
|
`./configure --help'.
|
2009-12-28 20:49:58 +05:30
|
|
|
|
2009-12-12 15:50:23 +05:30
|
|
|
Good luck!
|