about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-04-08T12·13+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-04-08T12·13+0000
commitf7ef88df1fd6087deae02a53b8f18b64050f75db (patch)
tree19e135bd1c547d7aef560cf26d0cebde752ce494 /README
parent0d2b24cdd103f21861ad42fd6d98e5d1cb252646 (diff)
* Added some installation instructions to the readme.
Diffstat (limited to 'README')
-rw-r--r--README36
1 files changed, 36 insertions, 0 deletions
diff --git a/README b/README
index e69de29bb2..d3d9d603e9 100644
--- a/README
+++ b/README
@@ -0,0 +1,36 @@
+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
\ No newline at end of file