Added INSTALL.txt to describe building and installation.
authorJeremiah C. Foster <jeremiah.foster@pelagicore.com>
Wed, 13 Apr 2011 09:21:29 +0000 (11:21 +0200)
committerJeremiah C. Foster <jeremiah.foster@pelagicore.com>
Wed, 13 Apr 2011 09:21:29 +0000 (11:21 +0200)
INSTALL.txt [new file with mode: 0644]
README.txt [new file with mode: 0755]

diff --git a/INSTALL.txt b/INSTALL.txt
new file mode 100644 (file)
index 0000000..1ffb1e9
--- /dev/null
@@ -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 (executable)
index 0000000..f1e7ee9
--- /dev/null
@@ -0,0 +1,4 @@
+License
+-------
+See file: LICENSE.txt
+The full LGPL license: LGPL.txt