Find a file
2003-11-24 16:38:46 +00:00
corepkgs * Bug fix. Hmm, I thought I'd fixed this before :-| 2003-11-24 16:38:46 +00:00
doc
externals
scripts * One-click installation :-) 2003-11-24 11:11:40 +00:00
src * Allow the top-level expression to be a derivation. 2003-11-24 11:01:19 +00:00
testpkgs
AUTHORS
ChangeLog
configure.ac
COPYING
INSTALL
Makefile.am
NEWS
README
substitute.mk * Autoconf sucks. 2003-11-24 12:10:16 +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