Go to file
2011-01-27 14:36:33 +01:00
bin xbps-bin(8): added -D option to only show the URL to download binary packages. 2011-01-27 14:36:33 +01:00
doc Update doxygen's doxyfile for the API, add the XBPS logo. 2011-01-27 13:28:06 +01:00
include Rename some symbols in repository_plist.c. 2011-01-27 13:53:33 +01:00
lib Rename some symbols in repository_plist.c. 2011-01-27 13:53:33 +01:00
.hgignore
.hgtags
3RDPARTY
Changelog
configure Don't build code with _GNU_SOURCE, use _XOPEN_SOURCE=500 instead. 2011-01-25 13:00:23 +01:00
LICENSE
Makefile
NEWS xbps-bin(8): added -D option to only show the URL to download binary packages. 2011-01-27 14:36:33 +01:00
prog.mk prog.mk: look for libxbps in $(TOPDIR)/lib first rather than $(PREFIX)/lib. 2011-01-23 14:41:07 +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!