Hello,

I'm trying to compile and run the Vibe.d First Step example [http://vibed.org/docs#first-steps] but I have unresolved libraries error from the linker :

Linking...
/usr/bin/ld: ne peut trouver -levent
/usr/bin/ld: ne peut trouver -levent_pthreads
/usr/bin/ld: ne peut trouver -lssl
/usr/bin/ld: ne peut trouver -lcrypto

On the vibe.d web page I don't see any dependency information and which version of these libraries are required. Where can I find this information ?

I don't even know how to determine the vibe.d version my code is compiled against.

Reply via email to