DVM - D Version Manager

Jacob Carlborg doob at me.com
Mon Jan 24 14:50:39 PST 2011


I've created a tool that installs and manages D compilers and different 
versions.

Description:

DVM allows you to easily download and install D compilers and manage 
different versions of the compilers. When you switch D compiler with the 
"use" command the compiler will only be available in the current shell. 
This allows you to have one version of the compiler in one shell and 
another version in another shell. For example, have a D1 version in one 
shell and a D2 version in another.

The tool is available at bitbucket: https://bitbucket.org/doob/dvm
The wiki contains installation and usage instructions: 
https://bitbucket.org/doob/dvm/wiki/Home

Platforms: currently only Posix

-- 
/Jacob Carlborg


More information about the Digitalmars-d-announce mailing list