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

install on macOS sierra #107

Closed
academikuser opened this issue Mar 28, 2017 · 1 comment
Closed

install on macOS sierra #107

academikuser opened this issue Mar 28, 2017 · 1 comment

Comments

@academikuser
Copy link

install.packages("tmap") fails due to V8 dependency
fix:

  1. install old version of v8

    brew tap homebrew/versions
    brew install v8-315

  2. download the tmap archive

  3. install with flags

    R CMD INSTALL tmap_1.8-1.tgz --configure-args='INCLUDE_DIR=/usr/local/opt/v8-315/include LIB_DIR=/usr/local/opt/v8-315/lib'

@mtennekes
Copy link
Member

See #149

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