Go to file
2011-01-15 10:41:35 +01:00
bin xbps-repo: report the errno string when a repository cannot be added and fix a NULL pointer deref. 2010-12-25 02:35:11 +01:00
doc
include Remove DPRINTF macro, unused. 2010-12-03 17:30:02 +01:00
lib Make configure detect required libraries to link. 2011-01-14 00:30:49 +01:00
.hgignore
.hgtags Added tag 0.7.2 for changeset 25a675190b31 2010-12-28 12:15:01 +01:00
3RDPARTY
Changelog Update to 0.7.2. 2010-12-28 12:15:11 +01:00
configure Really enable the compiler detected flags into its correct var. 2011-01-15 10:41:35 +01:00
LICENSE
Makefile
NEWS Update to 0.7.2. 2010-12-28 12:15:11 +01:00
prog.mk Really enable the compiler detected flags into its correct var. 2011-01-15 10:41:35 +01:00
README

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!