Trying to build dlang.org - what am I doing wrong

Jimmy Cao via Digitalmars-d digitalmars-d at puremagic.com
Thu Dec 17 10:40:14 PST 2015


On Thursday, 17 December 2015 at 08:48:21 UTC, wobbles wrote:
> So - the conversation about the website/documentation piqued my 
> interest a bit and I decided to have a go at making the 
> documentation more readable.
>
> However, reading the instructions from:
> http://wiki.dlang.org/Starting_as_a_Contributor#Fetch_and_build_dlang.org
>
> It should be a simple matter of:
> ```bash
> mkdir -p ~/code; cd ~/code
> git clone https://github.com/D-Programming-Language/dlang.org
> cd dlang.org
> make -f posix.mak LATEST=2069.2
> ```
>
> However, I get a std.net.curl error during compilation of dub 
> (luckily dlang.org doesn't depend on dub, so it doesn't 
> particularly matter and I can carry on with my tinkering).
>
> http://pastebin.com/q41AnJyr
>
> I assume theres a problem with the makefiles here - or is it 
> stupid user syndrome?

Do you have libcurl installed?  I think it's required to build 
dub.


More information about the Digitalmars-d mailing list