Find a file
2003-08-06 10:00:30 +00:00
boost
corepkgs * `==' is not a valid operator. 2003-08-06 10:00:30 +00:00
doc/manual * Basic makefile. 2003-07-31 13:13:13 +00:00
externals
scripts * Made nix-push much faster. 2003-08-05 12:30:06 +00:00
src * Allow locks on paths to be acquired recursively (that is, if the 2003-08-06 09:34:04 +00:00
testpkgs * Started using Berkeley DB environments. This is necessary for 2003-07-31 13:47:13 +00:00
AUTHORS
ChangeLog
configure.ac * Scan for wget and use the full path in fetchurl.sh. 2003-08-06 09:35:05 +00:00
COPYING
INSTALL
Makefile.am
NEWS
README
substitute.mk * Scan for wget and use the full path in fetchurl.sh. 2003-08-06 09:35:05 +00:00

Overview
========

Nix is a package manager, deployment system, and component glue
mechanism.


Prerequisites
=============

* Berkeley DB 4.0.14
* CWI ATerm 2.0


Installation
============

* When building from the Subversion repository, first do:

    autoreconf -i

* To build, do:

    ./configure
    make
    make install

  Note that this will install to /nix, which is the default prefix.
  You can specify another prefix, but this is not recommended if you
  want to use prebuilt packages from other sources.


Usage
=====

TODO