Elm slider: Fix the tests to use the new elm_object_text_set/get API.
[framework/uifw/elementary.git] / INSTALL
1 COMPILING and INSTALLING:
2
3 If you got a official release tar archive do:
4     ./configure
5     
6 ( otherwise if you got this from enlightenment cvs do: ./autogen.sh )
7     
8 Then to compile:
9     make
10
11 To install (run this as root, or the user who handles installs):
12     make install
13
14 NOTE: You MUST make install Elementary for it to run properly.