summaryrefslogtreecommitdiff
path: root/INSTALL.txt
blob: 8f65e7cd1255d5738e6974ae0addcce8ec162258 (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 and default values
- Man pages
- Doxygen documentation