diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-01-20T11·49+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-01-20T11·49+0000 |
commit | 8baf50f10821e6def3006af8ff8b8739c66b028a (patch) | |
tree | fa9683bcfd10dfb58c03174e341f20d12de62553 /README | |
parent | 699989b2168bed80cc1383e5bf3c8326d55a3cc1 (diff) |
* Manual updates.
* Updated the README. Now it just refers to the manual.
Diffstat (limited to 'README')
-rw-r--r-- | README | 39 |
1 files changed, 4 insertions, 35 deletions
diff --git a/README b/README index d3d9d603e968..344cfddb0ccd 100644 --- a/README +++ b/README @@ -1,36 +1,5 @@ -Overview -======== + *** Nix *** -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 +For installation and usage instructions, please read the manual, which +can be found in docs/manual/manual.html, and additionally at the Nix +website at <http://www.cs.uu.nl/groups/ST/Trace/NixDeploymentSystem>. |