From: Jeremiah C. Foster Date: Wed, 13 Apr 2011 09:21:29 +0000 (+0200) Subject: Added INSTALL.txt to describe building and installation. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4861ad1eb68cd4650b07d99826111edf5da4f307;p=profile%2Fivi%2Fdlt-daemon.git Added INSTALL.txt to describe building and installation. --- 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