distributions icon indicating copy to clipboard operation
distributions copied to clipboard

Installation of libv8-dev/libnode-dev on ubuntu 20.04

Open nbbn opened this issue 5 years ago • 2 comments

Hi, I try to install V8 R package. According to docs of this package, I need: On Debian / Ubuntu install either libv8-dev or libnode-dev. Unfortunately those packages are not available at your repo and to install them I have to remove nodejs package

I tried to install manually to point to v8.h: R CMD INSTALL --no-multiarch --configure-vars="INCLUDE_DIR=/usr/include/node" "V8-3.1.0" and it was fine, but I stopped on next missing file: /usr/bin/ld: cannot find -lv8_libplatform

Any idea how I can fix it? Maybe you can add those packages to your repo or I can install this files another way? Installing node from source is not an option for me :(

nbbn avatar Jun 08 '20 14:06 nbbn

Hi, maybe this can help: https://github.com/jeroen/V8/issues/100

stla avatar Sep 29 '20 04:09 stla

I need libv8 version 9.1 for a vscode extension, which is not provided by libnode-dev package on Ubuntu 20.04 Any options to get it (other that building from source?)

FoamScience avatar Jan 04 '22 14:01 FoamScience

Unfortunately, we only generate the package for the versions with active Node.js support.

JesusPaz avatar Jan 03 '23 16:01 JesusPaz