summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL.txt20
-rwxr-xr-xREADME.txt4
2 files changed, 24 insertions, 0 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
new file mode 100644
index 0000000..1ffb1e9
--- /dev/null
+++ b/INSTALL.txt
@@ -0,0 +1,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'.
diff --git a/README.txt b/README.txt
new file mode 100755
index 0000000..f1e7ee9
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,4 @@
+License
+-------
+See file: LICENSE.txt
+The full LGPL license: LGPL.txt