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

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

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
```