diff --git a/index.html b/index.html index 79f310c..7201307 100644 --- a/index.html +++ b/index.html @@ -171,6 +171,7 @@
If the error is ld: library "crypto" not found
, install openssl
(e.g. brew install openssl
).
Compiling the package requires the compiler to find the libraries for the dependencies. For unix systems, the libraries are typically installed at /usr/local/lib
and /usr/local/include
. For users using OS X and homebrew, the libraries are typically installed at /opt/homebrew/lib
and /opt/homebrew/include
.
Non-standard library paths need to be configured. The src/Makevars
file configures the compiler flags and considers the LDFLAGS
and CPPFLAGS
from the ~/.R/Makevars
file.