Go to file
2011-10-29 10:21:31 +02:00
bin xbps-bin: XBPS_TRANS_STATE_REPOSYNC printf tweak. 2011-10-29 10:21:31 +02:00
doc doc: update for official logo, new doxyfile with svg images. 2011-08-18 10:44:02 +02:00
etc etc/Makefile: install conf files correctly. 2011-10-17 14:31:24 +02:00
include xbps-{bin,repo}: new -o flag for the 'show' target, to print specific objs value. 2011-10-29 08:17:54 +02:00
lib libxbps: more dbg printf love. 2011-10-29 09:55:09 +02:00
.gitignore
3RDPARTY 3RDPARTY: sync with reality. 2011-10-24 09:13:05 +02:00
configure New configuration scheme changes, round 1. 2011-10-17 12:37:15 +02:00
COPYING
Makefile
NEWS xbps-{bin,repo}: new -o flag for the 'show' target, to print specific objs value. 2011-10-29 08:17:54 +02:00
prog.mk
README
TODO

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!