Skip to content

drriguz/avm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple JVM written in C++ (Still under development)

Build Status

Build source

This project is created using CMake, so generally you can compile it in Linux/Windows/Mac.

Build with Cmake

Using cmake to generate platform-specific make file or project:

git clone https://github.com/soleverlee/avm.git
cd avm
mkdir build
cd build
cmake ../

Then build using make for linux, and open avm.sln in Visual Studio for windows.

Other options

There is another_vm.sln for Visual Studio, you may get better experience then the cmake generated one.

For users using Eclipse-CDT, you're able to import the project directly by `New C/C++Project->Empty or Existing CMake Project".

About

build a simple jvm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages