diff options
author | Carsten Haitzler <raster@rasterman.com> | 2000-12-08 22:54:42 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2000-12-08 22:54:42 +0000 |
commit | dfe5d7091ac85950555b83eaa1eea77967192e5d (patch) | |
tree | 5d1317616b77690cb3d3acdab6cd57b77644d7ef /INSTALL | |
download | enlightenment-dfe5d7091ac85950555b83eaa1eea77967192e5d.tar.gz enlightenment-dfe5d7091ac85950555b83eaa1eea77967192e5d.tar.xz enlightenment-dfe5d7091ac85950555b83eaa1eea77967192e5d.zip |
e 0.17 ...... :)
SVN revision: 3961
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL new file mode 100644 index 000000000..e507f3c70 --- /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. |