Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies need to be documented #3

Open
mvl22 opened this issue Oct 20, 2017 · 1 comment
Open

Dependencies need to be documented #3

mvl22 opened this issue Oct 20, 2017 · 1 comment

Comments

@mvl22
Copy link

mvl22 commented Oct 20, 2017

On a mac, the following were needed to be run in order to ensure platform dependencies are present. This should be documented in a README or an install script.

# Install libudunits2
brew install udunits

# Install gdal2
brew tap osgeo/osgeo4mac && brew tap --repair
brew install gdal2 --with-armadillo --with-complete --with-libkml --with-unsupported
echo 'export PATH="/usr/local/opt/gdal2/bin:$PATH"' >> ~/.bash_profile
# Note that inside RStudio, `gdal-config` doesn't seem to get found, even after a reboot, even though it is present at `/usr/local/opt/gdal2/bin/`

# sf should then install fine.
@Robinlovelace
Copy link
Member

True that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants