Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gmarkall/OpenJCVM
https://github.com/gmarkall/OpenJCVM
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gmarkall/OpenJCVM
- Owner: gmarkall
- License: gpl-2.0
- Created: 2016-07-25T05:23:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-25T05:23:35.000Z (over 8 years ago)
- Last Synced: 2024-11-08T13:03:50.217Z (3 months ago)
- Language: C++
- Size: 60.5 KB
- Stars: 19
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Open Java Card Virtual Machine
==============================To compile:
```
mkdir build
cd build
cmake ..
make
make test
```Invoke with:
```
./bin/openjcvm
```