Skip to content

Commit c878120

Browse files
author
kalibera
committed
NEWS updates (building on Windows, Rtools45).
git-svn-id: https://svn.r-project.org/R/trunk@87996 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 46c093a commit c878120

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/NEWS.Rd

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,18 @@
322322
\itemize{
323323
\item Both building \R and installing packages use the C compiler
324324
in C23 mode.
325+
326+
\item R on Windows by default uses pkg-config for linking against
327+
external libraries. This makes it easier to test R and packages with
328+
alternative toolchains (such as from Msys2, e.g. testing with LLVM
329+
and possibly with sanitizers). It also allows more significant Rtools
330+
updates within a single R minor release.
331+
332+
\item The installer scripts for Windows have been tailored to
333+
\I{Rtools45}, an update of the \I{Rtools44} toolchain. It is based on
334+
GCC 14. The experimental support for 64-bit ARM (aarch64) CPUs is
335+
based on LLVM 19. R-devel is no longer maintained to be buildable
336+
using \I{Rtools44} and it is advised to switch to Rtools45.
325337
}
326338
}
327339

0 commit comments

Comments
 (0)