summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2000-12-08 22:54:42 +0000
committerCarsten Haitzler <raster@rasterman.com>2000-12-08 22:54:42 +0000
commitdfe5d7091ac85950555b83eaa1eea77967192e5d (patch)
tree5d1317616b77690cb3d3acdab6cd57b77644d7ef /INSTALL
downloadenlightenment-dfe5d7091ac85950555b83eaa1eea77967192e5d.tar.gz
e 0.17 ...... :)
SVN revision: 3961
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 0000000000..e507f3c704
--- /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 Etcher for it to run properly.