changeset 52:1c6dc4723f72

README: a quick note about how to build & install nomad Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Thu, 02 Jul 2015 20:43:07 -0400
parents 2debfd8f9736
children 1b30bdba8e3e
files README
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README	Wed Jul 01 20:29:50 2015 -0400
+++ b/README	Thu Jul 02 20:43:07 2015 -0400
@@ -10,3 +10,14 @@
  - multi-user capable server
 
 Once these are done, we will reevaluate the next set of goals.
+
+
+Building and Installing
+=======================
+
+$ cmake . -DCMAKE_INSTALL_PREFIX=/prefix
+$ make
+$ make install
+
+This will build and install the binaries and libraries under the specficied
+prefix.