Go to file
2012-12-15 10:47:30 +01:00
bin bin: no point in cleaning up resources when it's exiting... 2012-12-14 11:58:30 +01:00
data
doc
etc etc/xbps.conf: fix old comment. 2012-12-06 11:04:55 +01:00
include Faster generation of dynamic reverse dependencies and do this exactly once. 2012-12-15 07:33:49 +01:00
lib Use posix_fadvise(2) only if it's available. 2012-12-15 10:47:30 +01:00
mk
tests tests: remove obsolete tests for 0.19 API. 2012-11-30 07:47:22 +01:00
.gitignore
3RDPARTY
configure Use posix_fadvise(2) only if it's available. 2012-12-15 10:47:30 +01:00
COPYING
Makefile
NEWS xbps-rindex(8): remove obsoletes mode (-r) is now multithreaded. 2012-12-14 09:47:47 +01:00
README README: GNU make and libarchive>=3.0.2 are mandatory to build xbps. 2012-12-07 11:05:54 +01:00
TODO

See http://code.google.com/p/xbps for information.

To build this you'll need:

  - GNU make, pkg-config, zlib, openssl, libarchive[0] >= 3.0.2, confuse[1] >= 2.7.

and optionally:

  - graphviz and doxygen (--with-api-docs) to build API documentation.
  - atf >= 0.15 (--with-tests) to build the Kyua test suite [2].

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.

There are some more options that can be tweaked, see them with
`./configure --help'.

Good luck!

[0] http://libarchive.github.com
[1] http://www.nongnu.org/confuse
[2] http://code.google.com/p/kyua