The R Project SVN R

Rev

Rev 31277 | Rev 33907 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31277 Rev 33158
Line 1... Line 1...
1
==============================================
1
==============================================
2
IMPORTANT: Tested only with
2
IMPORTANT: Tested only with
3
           libpng ver. 1.0.{5,6,8,9,10,12}, 1.2.{0,1,2,3,4,5,6,7}
3
           libpng ver. 1.0.{5,6,8,9,10,12}, 1.2.{0,1,2,3,4,5,6,7,8}
4
           jpeg ver. 6b
4
           jpeg ver. 6b
5
==============================================
5
==============================================
6
 
6
 
7
1) You need libpng and jpeg sources (available, e.g., from
7
1) You need libpng and jpeg sources (available, e.g., from
8
   www.libpng.org, ftp.uu.net/graphics/[png,jpeg].
8
   www.libpng.org, ftp.uu.net/graphics/[png,jpeg].
9
 
9
 
10
2) Their sources must be unpacked in sub-directories of this dir.
10
2) Their sources must be unpacked in sub-directories of this dir.
11
   The libpng sources must be in sub-dir named 'libpng' (as required 
11
   The libpng sources must be in sub-dir named 'libpng' (as required 
12
   by the libpng documentation).
12
   by the libpng documentation).
13
   Example:
13
   Example:
14
   > mv libpng-1.2.7 libpng
14
   > mv libpng-1.2.8 libpng
15
   > tar xzvf jpegsrc.v6b.tar.gz
15
   > tar xzvf jpegsrc.v6b.tar.gz
16
   If jpeg version is different from 6b, edit 'Makefile' and change 
16
   If jpeg version is different from 6b, edit 'Makefile' and change 
17
   the definition of JPEGDIR.
17
   the definition of JPEGDIR.
18
 
18
 
19
3) Then,
19
3) Then,