On Friday, 17 March 2017 at 16:16:00 UTC, bachmeier wrote:
On Thursday, 16 March 2017 at 17:55:13 UTC, cloutiy wrote:
I'd like to try making a simple web app using vibrant.d,
however I don't think I'm using it correctly since I'm getting
a linking error when compiling.
Below is my SDL with added vibrant.d dependency:
name "cvmaker"
description "A simple vibe.d server application."
authors "drifter"
copyright "Copyright © 2017, drifter"
license "proprietary"
dependency "vibrant-d" version="~>0.1.6"
[...]
You might want to try the vibe.d forum:
http://forum.rejectedsoftware.com/
Great, thanks for the tip bachmeier. I'll give it a try over
there.
Regards.