Go to file
Eelco Dolstra 2615a6251a * Tagged version 0.3 because the format of slices is going to change. 2003-08-20 11:32:19 +00:00
boost * Added the Boost format library which provides a safe printf 2003-06-27 13:41:42 +00:00
corepkgs * A script `nix-prefetch-url' to fetch a URL, place it in the Nix 2003-08-15 10:13:41 +00:00
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 * A script `nix-prefetch-url' to fetch a URL, place it in the Nix 2003-08-15 10:13:41 +00:00
src * Fixed a serious bug in the computation of slices. Sometimes the slices 2003-08-20 11:30:45 +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 * Generate man pages from the manual. 2003-08-12 13:54:42 +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 * Bumped the version number to 0.3. 2003-08-20 11:31:15 +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