Find a file
2003-07-31 13:13:27 +00:00
boost
corepkgs * INSTALL_DATA -> INSTALL_PROGRAM to ensure that the execute bit 2003-07-30 10:14:58 +00:00
doc/manual * Basic makefile. 2003-07-31 13:13:13 +00:00
externals * Check for the pthread library (db4 needs it on some platforms). 2003-07-28 14:13:42 +00:00
scripts * Bug: Fix does not allow empty names, so don't generate them. 2003-07-29 17:56:39 +00:00
src * Set execute bit. 2003-07-31 13:13:27 +00:00
testpkgs * A better test case for Nix race conditions. 2003-07-30 14:40:46 +00:00
AUTHORS
ChangeLog
configure.ac * Check for the pthread library (db4 needs it on some platforms). 2003-07-28 14:13:42 +00:00
COPYING
INSTALL
Makefile.am * Incorporated Berkeley DB and ATerm into the source tree. 2003-07-23 15:53:34 +00:00
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