summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2008-09-30 06:58:56 +0000
committerCarsten Haitzler <raster@rasterman.com>2008-09-30 06:58:56 +0000
commit707657b49ca52860fde30c6b59c4453af7809d9d (patch)
tree9e7dba5578d2ea0ba1c933a496029c17c90e2866 /INSTALL
downloadelementary-707657b49ca52860fde30c6b59c4453af7809d9d.tar.gz
elementary becomes its own tree/lib/test binary
SVN revision: 36343
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL14
1 files changed, 14 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 000000000..9cdec5bf2
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,14 @@
+COMPILING and INSTALLING:
+
+If you got a official release tar archive do:
+ ./configure
+
+( otherwise if you got this from enlightenment cvs do: ./autogen.sh )
+
+Then to compile:
+ make
+
+To install (run this as root, or the user who handles installs):
+ make install
+
+NOTE: You MUST make install Rage for it to run properly.