We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3fcf9 commit 596d92bCopy full SHA for 596d92b
README.md
@@ -74,13 +74,4 @@ devtools::install_github("RcppCore/Rcpp")
74
To install from source, ensure you have a
75
[complete package development environment](http://www.rstudio.com/ide/docs/packages/prerequisites).
76
77
-On OS X 10.9 (Mavericks) with Xcode 5.0 it is recommended to install Rcpp from source after
78
-setting these variables in `~/.R/Makevars`
79
-
80
-```
81
-CC=clang
82
-CXX=clang++
83
-CXXFLAGS= -O3
84
85
86
Also see questions 1.2 and 1.3 in the [Rcpp-FAQ](http://cran.r-project.org/web/packages/Rcpp/vignettes/Rcpp-FAQ.pdf).
0 commit comments