Skip to content
Snippets Groups Projects
Commit 20392ec2 authored by Gilles Duboscq's avatar Gilles Duboscq
Browse files

Update documentation

parent 41850a1f
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ values prior to the build, e.g.:
export PKG_INCLUDE_FLAGS_OVERRIDE=-I/opt/local/include
export PKG_LDFLAGS_OVERRIDE=-L/opt/local/lib
Note that if more than once location must be specified, the values must be quoted, e.g., as in `export PKG_LDFLAGS_OVERRIDE="\"-Lpath1 -Lpath2\""`.
Note that if more than once location must be specified, the values must be quoted, e.g., as in `export PKG_LDFLAGS_OVERRIDE="-Lpath1 -Lpath2"`.
The environment variable `JAVA_HOME` must be set to the location of the jvmci-enabled Java JDK.
......
......@@ -280,7 +280,7 @@ This build requires `PKG_LDFLAGS_OVERRIDE` environment variable, for example on
or on some Linux distributions
export PKG_LDFLAGS_OVERRIDE="\"-L/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu/\""
export PKG_LDFLAGS_OVERRIDE="-L/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu/
### Installing recommended packages
......
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