Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luizgabriel/conan-v8

A Conan Package for V8: The Google's open source JavaScript engine.
https://github.com/luizgabriel/conan-v8

conan cpp javascript m1-mac package v8 v8-javascript-engine

Last synced: about 2 months ago
JSON representation

A Conan Package for V8: The Google's open source JavaScript engine.

Awesome Lists containing this project

README

        

# V8 Conan Package
V8 is Google's open source JavaScript engine.

> This packages includes a support fix for *M1 MacOS* computers.

## Installation

```shell script
git clone https://github.com/luizgabriel/conan-v8 && cd conan-v8
conan export . google/stable
```

In your conanfile.txt, add:
```
[requires]
v8/10.1.69@google/stable
```