The R Project SVN R

Rev

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

Rev 28070 Rev 28291
Line 192... Line 192...
192
Building Tcl/Tk support
192
Building Tcl/Tk support
193
-----------------------
193
-----------------------
194
 
194
 
195
The TclTk support package is not built automatically.  Get
195
The TclTk support package is not built automatically.  Get
196
http://www.stats.ox.ac.uk/pub/Rtools/R_Tcl.zip and unzip it at the top
196
http://www.stats.ox.ac.uk/pub/Rtools/R_Tcl.zip and unzip it at the top
197
level of the R sources: it will add a Tcl directory.  Then
197
level of the R sources: it will add directories $RHOME/Tcl, $RHOME/Tcl/bin,
-
 
198
etc.  Then
198
 
199
 
199
	make tcl
200
	make tcl
200
 
201
 
201
will make the package.
202
will make the package.
202
 
203
 
Line 280... Line 281...
280
	docs (the manuals)
281
	docs (the manuals)
281
	rinstaller (the install program)
282
	rinstaller (the install program)
282
	crandir (the CRAN distribution directory)
283
	crandir (the CRAN distribution directory)
283
 
284
 
284
The parts can be made individually if a full build is not needed, but
285
The parts can be made individually if a full build is not needed, but
285
earlier parts must built before later ones.  (The Makefile doesn't
286
earlier parts must be built before later ones.  (The Makefile doesn't
286
enforce this dependency---some build targets force a lot of
287
enforce this dependency---some build targets force a lot of
287
computation even if all files are up to date.)  The first four targets
288
computation even if all files are up to date.)  The first four targets
288
are the default build if just "make" is run.
289
are the default build if just "make" is run.
289
 
290
 
290
 
291