For the record / future readers: v8.dev/docs/build actually mentions the official answer:
4. This step is only needed on Linux. Install additional build dependencies: > ./build/install-build-deps.sh That script works on apt-get based distros, i.e. Debian/Ubuntu/Mint/etc.; for other distros you'll have to determine the respective package names yourself. It also installs quite a bit more than V8 needs, because it's geared towards Chromium -- but it's the easiest way to make sure your system has everything it needs. On Thu, Sep 19, 2019 at 5:12 AM Jonathan Doster <[email protected]> wrote: > Jakob, > > Success! The answer was > sudo apt-get install build-essential libglib2.0-dev > As always, thank you. > Let me know if you ever need anything > > -- > -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/CAKSzg3Q70NuBCd-8h6WEsF4iLfn5O1hO-MnL1_PEGROUjjRf-w%40mail.gmail.com.
