Still cannot build Phobos from git

Andrej Mitrovic andrej.mitrovich at gmail.com
Tue Jul 26 12:47:46 PDT 2011


git clone https://github.com/D-Programming-Language/dmd.git
git clone https://github.com/D-Programming-Language/druntime.git
git clone https://github.com/D-Programming-Language/phobos.git

cd druntime
make -f win32.mak
cd..

cd phobos
make -f win32.mak
cd..

cd dmd\src
make -f win32.mak

Of course this doesn't copy everything in the right places. But it
does work for me.


More information about the Digitalmars-d mailing list