Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 222 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 222 Bytes

Build

git clone git@github.com:QSCTech/jvm-cpp.git

Then

cd jvm-cpp

Then configure(need git)

./configure.sh

Build it

make

Add it to path

export $PATH=$PATH:$(pwd)