vibe.d problem

Etienne via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Nov 18 07:44:53 PST 2014


On 2014-11-18 8:37 AM, Lázaro Armando via Digitalmars-d-learn wrote:
> How could I do that using dub?
>

You must download the most recent version of dub from http://code.dlang.org

Run the commands:

dub remove vibe-d --force-remove
dub fetch vibe-d --version=0.7.21-rc.4

The list of versions you can use is here:
https://github.com/rejectedsoftware/vibe.d/releases


More information about the Digitalmars-d-learn mailing list