blob: 3a3ad7ed8f7d8f627c31091170965f424890bc38 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 Eet for it to run properly.
|