Skip to content

Instantly share code, notes, and snippets.

@tondrej
Created January 12, 2018 17:07
Show Gist options
  • Save tondrej/dc42d01887bc46d443e85e7a609ae6bd to your computer and use it in GitHub Desktop.
Save tondrej/dc42d01887bc46d443e85e7a609ae6bd to your computer and use it in GitHub Desktop.
chakracore-delphi initial release

chakracore-delphi

Delphi and Free Pascal bindings and classes for Microsoft's 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:
git clone https://github.com/tondrej/chakracore-delphi.git
cd chakracore-delphi
git submodule update --init

or

git clone --recurse-submodules https://github.com/tondrej/chakracore-delphi.git
  1. Download the binaries from the ChakraCore Release page
  2. Enjoy!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment