Added INSTALL.txt to describe building and installation.
[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 1. Create a build directory;
8
9 $ mkdir build
10
11 2. Move into that directory and call cmake;
12
13 $ cd build && cmake ../
14
15 3. The run make and make install;
16
17 $ make
18 # make install
19
20 Note you'll have to be root to run make install, or do 'sudo make install'.