Skip to content
Snippets Groups Projects
Commit 2591770c authored by Stepan Sindelar's avatar Stepan Sindelar
Browse files

[GR-2798] Update required packages in REAME.md.

PullRequest: fastr/1178
parents 494e957f dc3b8710
No related branches found
No related tags found
No related merge requests found
...@@ -66,15 +66,18 @@ prior to the build. These are: ...@@ -66,15 +66,18 @@ prior to the build. These are:
A jvmci-enabled Java JDK which is available from [pre-built binary](http://www.oracle.com/technetwork/oracle-labs/program-languages/downloads/index.html) A jvmci-enabled Java JDK which is available from [pre-built binary](http://www.oracle.com/technetwork/oracle-labs/program-languages/downloads/index.html)
Python version 2.7.x Python version 2.7.x
A Fortran compiler and libraries. Typically gfortran 4.8 or later A Fortran compiler and libraries. Typically gfortran 4.8 or later
A C compiler and libraries. Typically gcc or clang
The pcre package, version 8.38 or later The pcre package, version 8.38 or later
The zlib package, version 1.2.8 or later The zlib package, version 1.2.8 or later
The bzip2 package, version 1.0.6 or later The bzip2 package, version 1.0.6 or later
The xz package, version 5.2.2 or later The xz package, version 5.2.2 or later
The curl package, version 7.50.1 or later
If any of these are missing the GNU R build will fail which will cause the FastR build to fail also. Note that your system may have existing installations of these If any of these are missing the GNU R build will fail which will cause the FastR build to fail also. If the build fails, more details can be found in `gnur_configure.log`
packages, possibly in standard system locations, but older versions. These must either be upgraded or newer versions installed with the package manager on your system. file in the `com.oracle.truffle.r.native/gnur/R-{version}` directory. Note that your system may have existing installations of these packages, possibly in standard system locations,
Since different systems use different package managers some of which install packages in directories that are not scanned by default by the C compiler and linker, but older versions. These must either be upgraded or newer versions installed with the package manager on your system. Since different systems use different package
it may be necessary to inform the build of these locations using the following environment variables: managers some of which install packages in directories that are not scanned by default by the C compiler and linker, it may be necessary to inform the build of these
locations using the following environment variables:
PKG_INCLUDE_FLAGS_OVERRIDE PKG_INCLUDE_FLAGS_OVERRIDE
PKG_LDFLAGS_OVERRIDE PKG_LDFLAGS_OVERRIDE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment