Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 221 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 221 Bytes

io.java is a Java runtime build on libuv and JVM.

Table of Contents

How to build

Build with MacOS

  • You need to install cmake first

cmake -G Xcode .

  • Then open io.java.xcodeproj file

How to run