File: INSTALL

package info (click to toggle)
iulib 0.3-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 6,064 kB
  • ctags: 2,068
  • sloc: cpp: 12,775; sh: 787; python: 321; makefile: 53
file content (46 lines) | stat: -rw-r--r-- 1,511 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
iulib - the image understanding library
http://code.google.com/p/iulib/

Version 0.3 (2008-10-15)


--------------------------------------------------------------------------------
Contents
--------------------------------------------------------------------------------

    * Requirements
    * Building and installing iulib
    * Clean-up and uninstall


--------------------------------------------------------------------------------
Requirements
--------------------------------------------------------------------------------

The following software needs to be installed for compiling iulib:

    * libpng-dev    (or equivalent)
    * libjpeg-dev   (or equivalent)
    * libtiff4-dev  (or equivalent)


--------------------------------------------------------------------------------
Building and installing iulib
--------------------------------------------------------------------------------

After installing the needed software (see above) go to the iulib
directory and run:
    ./configure    # choose --prefix=<dir> if you don't want to install
                   # in the default location (/usr/local)
    make
    make install
    

--------------------------------------------------------------------------------
Clean-up and uninstall
--------------------------------------------------------------------------------
In order to clean the iulib folder, i.e. remove all compiled files, run:
    make clean
    
In order to remove all files installed with 'make install' run:
    make uninstall