summaryrefslogtreecommitdiffstats
path: root/guththila/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'guththila/INSTALL')
-rw-r--r--guththila/INSTALL12
1 files changed, 12 insertions, 0 deletions
diff --git a/guththila/INSTALL b/guththila/INSTALL
new file mode 100644
index 0000000..1cdc320
--- /dev/null
+++ b/guththila/INSTALL
@@ -0,0 +1,12 @@
+Getting Guththila source working on Linux
+=============================================
+Build the source
+This can be done using the following command sequence:
+ ./configure
+ make
+ make install
+ use './configure --help' for options
+
+NOTE: If you don't provide a --prefix configure option, it will by default
+install into /usr/local/guththila directory.
+