An open API service indexing awesome lists of open source software.

https://github.com/qsctech/jvm-cpp

a basic jvm
https://github.com/qsctech/jvm-cpp

cpp jvm

Last synced: 11 months ago
JSON representation

a basic jvm

Awesome Lists containing this project

README

          

## 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)
```