Skip to content

udoschneider/DolphinVM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DolphinVM

Dolphin Smalltalk virtual machine.

MSVC solution to build the Virtual Machine (VM) elements of Dolphin Smalltalk. This is not required to run the Dolphin IDE, which is available in the Dolphin GitHub repository, since the latter comes with the executables already pre-built. You'll only need to build DolphinVM if you need to explicitly change the VM itself.

You should clone this repo into a DolphinVM\ subdirectory of Dolphin\Core.

Load the DolphinVM solution into MSVC 2013 Community Edition or later. This is a C++ set of projects so make sure you install this version of MSVC. Choose the Release profile (Debug will not compile) and then Build Solution. The first time you'll get errors but these should disappear after a second Build. A bunch of DLLs and Dolphin.exe will have been copied to the Dolphin\ root folder.

About

Dolphin Smalltalk virtual machine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 60.3%
  • Assembly 20.6%
  • C 18.3%
  • Makefile 0.2%
  • DIGITAL Command Language 0.2%
  • Roff 0.2%
  • Other 0.2%