Skip to content

Commit af12048

Browse files
committed
add install ref to #1536
1 parent 18fe573 commit af12048

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,16 @@ library(devtools)
8181
install_github("r-spatial/sf", configure.args = "--with-proj-lib=/usr/local/lib/")
8282
```
8383

84-
If you are using `sf` and `rgdal` together it is necessary to install `rgal` from source using this configuration:
84+
If you are using `sf` and `rgdal` together it is necessary to install `rgdal` from source using this configuration:
8585

8686
```r
8787
install.packages("rgdal", configure.args = c("--with-proj-lib=/usr/local/lib/", "--with-proj-include=/usr/local/include/"))
8888
```
8989

9090
Alternatively [these instructions](https://stat.ethz.ch/pipermail/r-sig-mac/2017-June/012429.html) explain how to install gdal using kyngchaos frameworks.
9191

92+
For Mac OS 11 Big Sur source install instruction see [here](https://github.com/r-spatial/sf/issues/1536#issuecomment-727342736)
93+
9294
### Linux
9395

9496
For Unix-alikes, GDAL (>= 2.0.1), GEOS (>= 3.4.0) and Proj.4 (>= 4.8.0) are required.

0 commit comments

Comments
 (0)