From 707657b49ca52860fde30c6b59c4453af7809d9d Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 30 Sep 2008 06:58:56 +0000 Subject: elementary becomes its own tree/lib/test binary SVN revision: 36343 --- INSTALL | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') 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. -- cgit v1.2.1