Find a file
Eelco Dolstra 956801fcc2 * Use maps and sets in the FState data type. This ensures normalisation of
slices and derivations w.r.t. order of paths, slice elements, etc.
2003-08-20 14:11:40 +00:00
boost
corepkgs
doc * Delete the temporary directories of failed builds by default, and an 2003-08-19 09:04:47 +00:00
externals * Revision 300! 2003-08-18 08:52:49 +00:00
scripts
src * Use maps and sets in the FState data type. This ensures normalisation of 2003-08-20 14:11:40 +00:00
testpkgs * Argument support in Fix. Arguments can be passed through the 2003-08-15 13:01:45 +00:00
AUTHORS
ChangeLog
configure.ac * Bumped the version number to 0.3. 2003-08-20 11:31:15 +00:00
COPYING
INSTALL
Makefile.am
NEWS
README
substitute.mk

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