Go to file
Eelco Dolstra 0791282b2f * Substitutes and nix-pull now work again.
* Fixed a segfault caused by the buffering of stderr.
* Fix now allows the specification of the full output path.  This
  should be used with great care, since it by-passes the normal hash
  generation.
* Incremented the version number to 0.4 (prerelease).
2003-10-16 16:29:57 +00:00
boost * Argggg... 2003-09-24 08:40:40 +00:00
corepkgs * Substitutes and nix-pull now work again. 2003-10-16 16:29:57 +00:00
doc * Some work on the introduction. 2003-08-22 11:29:20 +00:00
externals * Upgraded to Berkeley DB 4.1.25 and do not synchronously flush the 2003-10-16 08:52:44 +00:00
scripts * Substitutes and nix-pull now work again. 2003-10-16 16:29:57 +00:00
src * Substitutes and nix-pull now work again. 2003-10-16 16:29:57 +00:00
testpkgs * Argument support in Fix. Arguments can be passed through the 2003-08-15 13:01:45 +00:00
AUTHORS * Autoconf / Automake configuration and building. 2003-04-04 16:14:56 +00:00
COPYING * Autoconf / Automake configuration and building. 2003-04-04 16:14:56 +00:00
ChangeLog * Autoconf / Automake configuration and building. 2003-04-04 16:14:56 +00:00
INSTALL * Autoconf / Automake configuration and building. 2003-04-04 16:14:56 +00:00
Makefile.am * Removed references to char_traits so that boost/format also works on 2003-09-11 10:23:55 +00:00
NEWS * Autoconf / Automake configuration and building. 2003-04-04 16:14:56 +00:00
README * Added some installation instructions to the readme. 2003-04-08 12:13:57 +00:00
configure.ac * Substitutes and nix-pull now work again. 2003-10-16 16:29:57 +00:00
substitute.mk * Scan for wget and use the full path in fetchurl.sh. 2003-08-06 09:35:05 +00:00

README

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