The R Project SVN R

Rev

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

Rev 32566 Rev 32735
Line 6... Line 6...
6
 
6
 
7
You will need a copy of sh.exe in /bin.  Then with the R sources in
7
You will need a copy of sh.exe in /bin.  Then with the R sources in
8
/R/rw2000, I used in /TEMP/R (any other directory will do, except the
8
/R/rw2000, I used in /TEMP/R (any other directory will do, except the
9
sources)
9
sources)
10
 
10
 
11
sh /R/rw2000/configure --build=i386-pc-mingw32
11
sh /R/rw2000/configure --build=i386-pc-mingw32 --with-readline=no --with-x=no --enable-utf8
12
 
12
 
13
This ran fairly slowly, producing a src/include/config.h that differs
13
This ran fairly slowly, producing a src/include/config.h that differs
14
only in that
14
only in that
15
 
15
 
16
 - it found R_PRINTCMD = lpr on my system, but that is not used under 
16
 - it found R_PRINTCMD = lpr on my system, but that is not used under