[GDLT-137]: Automated resending: Improve init. Use everywhere.
[profile/ivi/dlt-daemon.git] / INSTALL.txt
1 Instructions for installing this software
2 -----------------------------------------
3
4 This software uses cmake as its build tool. To build and install the
5 DLT daemon, follow these steps:
6
7 - mkdir build
8 - cd build
9 - cmake ..
10 - make
11 - optional: sudo make install
12 - optional: sudo ldconfig
13
14
15 Please read the README.txt for
16 - Compile options
17 - Man pages
18 - Doxygen documentation