Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 824 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 824 Bytes

Closing the gap between JVM and native APIs

This is a test for the early-access version of Project Panama.

  • Platform: Ubuntu 20.04

  • Dependencies: build-essential (should suffice)

The naming convention for shared libraries is OS dependent afaik, so you'll have to tweak some things if you're running on Windows / macOS.

Download Early-Acess Build

$ chmod +x download.sh && ./download.sh

Place the resulting directory somewhere on your path.

(You can get binaries for Windows / macOS from here)

Build

$ chmod +x build.sh && ./build.sh

Run

$ chmod +x run.sh && ./run.sh

Check out more examples & details here.