Find a file
2004-01-13 13:37:25 +00:00
corepkgs
doc * Option --force-realise' in nix-store --query'. 2004-01-09 14:18:28 +00:00
externals * Upgraded to Berkeley DB 4.2.52. The main advantage of 4.2 is that 2004-01-07 15:53:14 +00:00
scripts * Implemented Eelco V.'s `-p' command to switch profiles. It switches 2004-01-05 11:18:59 +00:00
src * Periodically checkpoint the log. 2004-01-13 13:37:25 +00:00
testpkgs
AUTHORS
ChangeLog
configure.ac * RPM sucks. 2004-01-02 16:09:59 +00:00
COPYING
INSTALL
Makefile.am
NEWS
nix.spec.in
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