The R Project SVN R

Rev

Rev 33158 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33158 Rev 33907
Line 2... Line 2...
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,8}
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
-
 
8
   www.libpng.org, ftp.uu.net/graphics/[png,jpeg].
-
 
9
 
-
 
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 
7
Instructions for building Rbitmap.dll are in the R Installation and
12
   by the libpng documentation).
-
 
13
   Example:
-
 
14
   > mv libpng-1.2.8 libpng
-
 
15
   > tar xzvf jpegsrc.v6b.tar.gz
-
 
16
   If jpeg version is different from 6b, edit 'Makefile' and change 
-
 
17
   the definition of JPEGDIR.
-
 
18
 
-
 
19
3) Then,
-
 
20
   > make
-
 
21
   should build  Rbitmap.dll and install it in R_HOME/bin.
8
Administration manual, R-admin.{pdf|html|texi}.