summaryrefslogtreecommitdiff
path: root/INSTALL.txt
blob: 1ffb1e97ed62f12d9bb4bac978f657339bb43b5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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

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'.