File: INSTALL

package info (click to toggle)
imlib2 1.12.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,688 kB
  • sloc: ansic: 36,080; asm: 20,004; sh: 4,465; makefile: 830
file content (14 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (11)
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 Imlib2 for it to run properly.