Go to file
Juan RP f6ab3a28c3 libxbps: simplify package states code.
--HG--
branch : progress_callback
2011-01-22 18:00:31 +01:00
bin xbps-bin/fetch.c: use else if conditionals. 2011-01-22 13:08:36 +01:00
doc
include Document xbps_humanize_number() in the API. 2011-01-22 14:37:07 +01:00
lib libxbps: simplify package states code. 2011-01-22 18:00:31 +01:00
.hgignore
.hgtags Added tag 0.7.3 for changeset b373dfd04ef2 2011-01-16 17:08:24 +01:00
3RDPARTY
Changelog NEWS, Changelog: update for 0.7.3. 2011-01-16 17:07:43 +01:00
configure Don't build static bins with PIE, only for dynamic. 2011-01-19 16:52:55 +01:00
LICENSE
Makefile
NEWS NEWS: update with past days changes. 2011-01-19 17:17:39 +01:00
prog.mk Don't build static bins with PIE, only for dynamic. 2011-01-19 16:52:55 +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!