SFML community forums

Bindings - other languages => D => Topic started by: RobotGymnast on January 30, 2011, 05:39:47 pm

Title: How to build without DSSS?
Post by: RobotGymnast on January 30, 2011, 05:39:47 pm
DSSS gives nonsensical, unhelpful error messages whenever I try to use it for anything. To build any of the libraries can I simply substitute
Code: [Select]

dmd -lib [source files]


And then copy & rename the resulting library?
Title: How to build without DSSS?
Post by: Trass3r on January 30, 2011, 06:01:19 pm
Just use xfBuild or rdmd with your main source file and dsml will be automatically compiled if the import paths are properly set.