Skip to content

Commit

Permalink
Merge pull request #94 from PondiB/master
Browse files Browse the repository at this point in the history
Simple updates: remote install and additional MacOS M2
  • Loading branch information
appelmar committed Feb 19, 2024
2 parents dd9f19a + 912956d commit efa30e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ install.packages("gdalcubes")
Installation from sources is easiest with

```{r, eval=FALSE}
remotes::install_git("https://github.com/appelmar/gdalcubes_R")
remotes::install_git("https://github.com/appelmar/gdalcubes")
```

Please make sure that the [git command line client](https://git-scm.com/downloads) is available on your system. Otherwise, the above command might not clone the gdalcubes C++ library as a submodule under src/gdalcubes.
Expand Down Expand Up @@ -76,6 +76,9 @@ brew install libgit2
brew install udunits
brew install curl
brew install sqlite
brew install libtiff
brew install hdf5
brew install protobuf
```

# Getting started
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install.packages("gdalcubes")
Installation from sources is easiest with

``` r
remotes::install_git("https://github.com/appelmar/gdalcubes_R")
remotes::install_git("https://github.com/appelmar/gdalcubes")
```

Please make sure that the [git command line
Expand Down Expand Up @@ -83,6 +83,9 @@ Use [Homebrew](https://brew.sh) to install system libraries with
brew install udunits
brew install curl
brew install sqlite
brew install libtiff
brew install hdf5
brew install protobuf

# Getting started

Expand Down

0 comments on commit efa30e2

Please sign in to comment.