The R Project SVN R

Rev

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

Rev 40537 Rev 40559
Line 136... Line 136...
136
 
136
 
137
Cross-building packages on Linux
137
Cross-building packages on Linux
138
================================
138
================================
139
 
139
 
140
It is straightforward to build a package on a ix86 (or even x86_64)
140
It is straightforward to build a package on a ix86 (or even x86_64)
141
Linux system, although it seems not possible (and we have tried,
-
 
142
including using WINE) to cross-build .chm files.  You will need an
141
Linux system, except to build .chm files.  You will need an
143
installation of R for Windows, either copied from a Windows system or
142
installation of R for Windows, either copied from a Windows system or
144
cross-compiled, and Linux R installation of exactly the same version.
143
cross-compiled, and a Linux R installation of exactly the same version,
-
 
144
built without using subarchitectures.
145
 
145
 
146
First you need to set up the cross-compilers and tools (see the `R
146
First you need to set up the cross-compilers and tools (see the `R
147
Installation and Administration' manual) and have them in your path.
147
Installation and Administration' manual) and have them in your path.
148
We will assume that your Linux installation has Perl5, unzip and zip.
148
We will assume that your Linux installation has Perl5, unzip and zip.
149
 
149
 
Line 162... Line 162...
162
 
162
 
163
If your package has no compiled code it is possible that zipping up
163
If your package has no compiled code it is possible that zipping up
164
the installed package on Linux will produce an installable package on
164
the installed package on Linux will produce an installable package on
165
Windows.  (It has always worked for us, but failures have been reported.)
165
Windows.  (It has always worked for us, but failures have been reported.)
166
 
166
 
-
 
167
People have reported being able to build .chm files with WINE provided
-
 
168
that the Windows itss.dll is used: there is not support for this in
-
 
169
the distributed Makefiles.
-
 
170
 
167
 
171
 
168
Feedback
172
Feedback
169
========
173
========
170
 
174
 
171
Please send comments and bug reports to
175
Please send comments and bug reports to