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:
|
|
|
|
|
2012-07-22 10:55:24 +02:00
|
|
|
- pkg-config, zlib, openssl, libarchive[0] >= 2.8.0, confuse[1] >= 2.7.
|
2010-01-23 02:37:19 +01:00
|
|
|
|
2012-03-12 15:39:53 +01:00
|
|
|
and optionally:
|
2010-01-23 02:37:19 +01:00
|
|
|
|
2012-03-12 15:39:53 +01:00
|
|
|
- graphviz and doxygen (--with-api-docs) to build API documentation.
|
|
|
|
- atf >= 0.15 (--with-tests) to build the Kyua test suite [2].
|
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!
|
2012-03-12 15:39:53 +01:00
|
|
|
|
|
|
|
[0] http://libarchive.github.com
|
2012-05-22 13:06:04 +02:00
|
|
|
[1] http://www.nongnu.org/confuse
|
2012-03-12 15:39:53 +01:00
|
|
|
[2] http://code.google.com/p/kyua
|