summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2015-11-12 15:50:06 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2015-11-12 16:07:23 +0100
commitbbac3d8b95773bf58d60f8b074c6616ba5cda745 (patch)
tree6cdb56d550242cad56bc51c2f28750d00787ba02 /INSTALL
parent079a2e04e348df78300f35b634f76a3f958c1d53 (diff)
Use of autotools for building
Change-Id: Idf3555872aa49aca67cccb1fb5ef6aa6a9d397d1 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 10 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..13c68d4
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,10 @@
+Installation Instructions
+*************************
+
+In a shell, type the following commands:
+
+autoreconf -if
+./configure
+make
+sudo make install
+