Go to file
2010-05-19 23:29:50 +02:00
bin Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00
doc Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00
include Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00
lib Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00
.hgignore Update .hgignore after last change (troff manpages). 2010-05-03 22:01:18 +02:00
.hgtags Added tag 0.5.2.2 for changeset 0c1a7cea8bd2 2010-05-18 15:33:31 +02:00
3RDPARTY 3RDPARTY: sync with reality. 2010-05-19 23:29:50 +02:00
configure Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00
LICENSE LICENSE: remove C comments. 2010-04-28 03:40:31 +02:00
Makefile Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00
NEWS Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00
prog.mk Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00
README Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00

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

To build this you'll need:

  - pkg-config
  - zlib (development package with static libs)
  - openssl (development package with static libs)
  - libarchive >= 2.8.0 (development package with static libs)

Optionally to build the API documentation:

  - graphviz and doxygen.

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!