summaryrefslogtreecommitdiff
path: root/INSTALL.txt
blob: d58d83e4cb167e76853efa9f09f1c3be3e691778 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Instructions for installing this software
-----------------------------------------

This software uses cmake as its build tool. To build and install the
DLT daemon, follow these steps:

- mkdir build
- cd build
- cmake ..
- make
- optional: sudo make install
- optional: sudo ldconfig


Please read the README.txt for
- Compile options
- Man pages
- Doxygen documentation