-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Getting ChakraCore binaries
Limin Zhu edited this page May 25, 2017
·
3 revisions
Instead of Building ChakraCore, you can get ChakraCore binaries through the release page or the following channel:
- For Windows binaries, use Nuget/MyGet feed.
- For Linux/OSX binaries, run
curl -SL https://aka.ms/chakracore/install | bash
in terminal to download the latest ChakraCore release package hosted on Azure.
- On OSX, run
brew install chakra
to install the latest ChakraCore release package.
Let us know if you want to add or have already added ChakraCore to another package manager.
- Architecture Overview
- Building ChakraCore
- ChakraCore Code Structure
- Contributor Guidance
- Engineering Notes
- Embedding ChakraCore
- Testing ChakraCore
- Getting ChakraCore binaries
- Label Glossary
- Resources
- Roadmap / Release Notes
Want to contribute to this Wiki? Fork it and send a pull request!