From 4861ad1eb68cd4650b07d99826111edf5da4f307 Mon Sep 17 00:00:00 2001 From: "Jeremiah C. Foster" Date: Wed, 13 Apr 2011 11:21:29 +0200 Subject: Added INSTALL.txt to describe building and installation. --- INSTALL.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 INSTALL.txt (limited to 'INSTALL.txt') diff --git a/INSTALL.txt b/INSTALL.txt new file mode 100644 index 0000000..1ffb1e9 --- /dev/null +++ b/INSTALL.txt @@ -0,0 +1,20 @@ +Instructions for installing this software +--- + +This software uses cmake as its build tool. To build and install the +DLT daemon, follow these steps; + +1. Create a build directory; + +$ mkdir build + +2. Move into that directory and call cmake; + +$ cd build && cmake ../ + +3. The run make and make install; + +$ make +# make install + +Note you'll have to be root to run make install, or do 'sudo make install'. -- cgit v1.2.1