# chakracore-delphi
[Delphi](https://www.embarcadero.com/products/delphi) and [Free Pascal](https://www.freepascal.org) bindings and classes for Microsoft's [ChakraCore](https://github.com/Microsoft/ChakraCore) library.

ChakraCore version: **1.7.6**

Supported compilers:
- Delphi 7 or newer
- Free Pascal 3.0.4 or newer

Supported target platforms:
- i386-win32 (Delphi 7 or newer, Free Pascal)
- x86_64-win64 (Delphi XE2 or newer, Free Pascal)
- x86_64-linux (Free Pascal)
- x86_64-darwin (Free Pascal)

Installation:

1. Clone this repository:
```bash
git clone https://github.com/tondrej/chakracore-delphi.git
cd chakracore-delphi
git submodule update --init
```
or
```bash
git clone --recurse-submodules https://github.com/tondrej/chakracore-delphi.git
```
2. Download the binaries from the ChakraCore [Release](https://github.com/Microsoft/ChakraCore/releases/tag/v1.7.6) page
3. Enjoy!