Go to file
2010-05-04 17:04:36 +02:00
bin xbps-bin(8): added a new target 'show-orphans' that list all package 2010-05-04 17:04:36 +02:00
doc
include
lib Also link libxbps to libpthread as it's required now. 2010-05-04 14:57:08 +02:00
.hgignore Update .hgignore after last change (troff manpages). 2010-05-03 22:01:18 +02:00
.hgtags update tags 2010-05-01 17:32:15 +00:00
3RDPARTY
LICENSE
Makefile
NEWS xbps-bin(8): added a new target 'show-orphans' that list all package 2010-05-04 17:04:36 +02:00
prog.mk prog.mk: don't redirect stderr to /dev/null for static linking. 2010-05-04 15:04:06 +02:00
README README: update project URL. 2010-05-04 15:11:48 +02:00
vars.mk

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 (enabled with BUILD_API_DOCS
make(1) argument):

  - graphviz and doxygen.

By default it will be installed into /usr/local, can be changed
by setting PREFIX and DESTDIR vars as make(1) arguments.

Just run "make" and "make DESTDIR=~/xbps install".

Good luck!