From 2586cb77cfacb6ca157a04a2a5972fc8296455f4 Mon Sep 17 00:00:00 2001 From: Christian Muck Date: Mon, 5 Mar 2012 09:29:41 +0100 Subject: Update of dlt-daemon.1, Readme.txt, Install.txt, CMAKELists and gitignore --- INSTALL.txt | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) (limited to 'INSTALL.txt') diff --git a/INSTALL.txt b/INSTALL.txt index 1ffb1e9..8f65e7c 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,20 +1,18 @@ 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 +- cd build +- cmake .. +- make +- optional: sudo make install +- optional: sudo ldconfig -$ 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'. +Please read the README.txt for +- Compile options and default values +- Man pages +- Doxygen documentation \ No newline at end of file -- cgit v1.2.1