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: 3 months ago
JSON representation
A Conan Package for V8: The Google's open source JavaScript engine.
- Host: GitHub
- URL: https://github.com/luizgabriel/conan-v8
- Owner: luizgabriel
- License: mit
- Created: 2022-04-02T20:19:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-19T03:27:33.000Z (about 4 years ago)
- Last Synced: 2025-10-10T12:39:54.333Z (8 months ago)
- Topics: conan, cpp, javascript, m1-mac, package, v8, v8-javascript-engine
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```