https://github.com/baristalabs/baristacore-chakracore
Contains pre-built ChakraCore libraries for macOS, Ubuntu and Windows
https://github.com/baristalabs/baristacore-chakracore
Last synced: 8 months ago
JSON representation
Contains pre-built ChakraCore libraries for macOS, Ubuntu and Windows
- Host: GitHub
- URL: https://github.com/baristalabs/baristacore-chakracore
- Owner: BaristaLabs
- Created: 2018-01-04T03:38:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-03T23:23:19.000Z (over 6 years ago)
- Last Synced: 2025-01-01T14:29:36.235Z (10 months ago)
- Language: PowerShell
- Size: 104 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
BaristaCore-ChakraCore
-----
Contains pre-built ChakraCore libraries for macOS, Linux and Windows and nuspecs to publish them to NuGet for consumption in BaristaCore projects
Available on nuget here:
https://www.nuget.org/packages?q=baristalabs.baristacore.chakracore
> 6/30/2018 Updated with ChakraCore Release 1.10.0
Current
-----
Releases are from the official ChakraCore releases, but renamed to align with what a .Net Core app can pick up in a x-plat manner via a DllImport attribute with a minimum of hassle.
https://github.com/Microsoft/ChakraCore/releases
For other platforms or custom builds, build [ChakraCore](https://github.com/microsoft/chakracore/) yourself and overwrite the dynamic libary for the target platform in the output folder.
Windows Build:
```
msbuild /m /p:Platform=x64 /p:Configuration=Release /p:RuntimeLib=static_library Build\Chakra.Core.sln
```