The R Project SVN R

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
13073 ripley 1
==============================================
17800 ripley 2
IMPORTANT: Tested only with
21459 pd 3
           libpng ver. 1.0.{5,6,8,9,10,12}, 1.2.{0,1,2,3,4,5}
13073 ripley 4
           jpeg ver. 6b
5
==============================================
6431 guido 6
 
17800 ripley 7
1) You need libpng and jpeg sources (available, e.g., from
8
   www.libpng.org, ftp.uu.net/graphics/[png,jpeg].
6431 guido 9
 
6440 ripley 10
2) Their sources must be unpacked in sub-directories of this dir.
17800 ripley 11
   The libpng sources must be in sub-dir named 'libpng' (as required 
12
   by the libpng documentation).
6431 guido 13
   Example:
21459 pd 14
   > mv libpng-1.2.5 libpng
9325 ripley 15
   > tar xzvf jpegsrc.v6b.tar.gz
6431 guido 16
   If jpeg version is different from 6b, edit 'Makefile' and change 
17
   the definition of JPEGDIR.
18
 
17830 ripley 19
3) Then,
6431 guido 20
   > make
10477 ripley 21
   should build  Rbitmap.dll and install it in R_HOME/bin.