summaryrefslogtreecommitdiff
path: root/INSTALL.txt
diff options
context:
space:
mode:
authorChristian Muck <christian.muck@bmw.de>2012-03-05 09:29:41 +0100
committerChristian Muck <christian.muck@bmw.de>2012-03-05 09:29:41 +0100
commit2586cb77cfacb6ca157a04a2a5972fc8296455f4 (patch)
treeeb7f1a2544926b37eef051c29dabe3da40cddc48 /INSTALL.txt
parent369e54f5df8277d49fc95d5d8025ffe927a01da8 (diff)
downloadDLT-daemon-2586cb77cfacb6ca157a04a2a5972fc8296455f4.tar.gz
Update of dlt-daemon.1, Readme.txt, Install.txt, CMAKELists and gitignore
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt24
1 files changed, 11 insertions, 13 deletions
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