Go to file
2011-07-14 00:13:25 +02:00
bin xbps-repo: printf uint64_t with PRIu64. 2011-07-11 12:12:55 +02:00
doc
etc xbps-conf.plist: repos/stable is gone, remove it. 2011-07-13 15:03:35 +02:00
include libxbps: do not loop forever on errors while syncing a remote repo. 2011-07-14 00:13:25 +02:00
lib libxbps: do not loop forever on errors while syncing a remote repo. 2011-07-14 00:13:25 +02:00
.gitignore Re-use .hgignore and make a symlink to .gitignore. 2011-06-27 22:48:15 +02:00
.hgignore
.hgtags Added tag 0.8.1 for changeset d454606b5b52 2011-05-27 09:48:03 +02:00
3RDPARTY XBPS major changes in June 2011. 2011-06-04 13:37:53 +02:00
configure xbps-repo(8): 'search' target is now case insensitive. 2011-07-09 10:50:44 +02:00
COPYING COPYING: update for lib/compat/strcasestr.c. 2011-07-11 10:18:04 +02:00
Makefile Makefile: update dist target for git. 2011-07-08 08:45:19 +02:00
NEWS libxbps: do not loop forever on errors while syncing a remote repo. 2011-07-14 00:13:25 +02:00
prog.mk
README
TODO XBPS major changes in June 2011. 2011-06-04 13:37:53 +02:00

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!