1
D / Re: DSFML-C "Nightlies"
« on: December 23, 2013, 07:20:16 am »Also, for those who were used to building things in the past, is this download that is now linked to everywhere everything we need to get DSFML working on our system? I.E. this has DSFML and DSFML-C all wrapped up and we don't need to build DSFML on these seemingly DSFML-C files?
Correct. I didn't have to download anything else related to SFML or SFML-C or DSFML-C (and this computer had not been used for any SFML dev in the past, so I know there wasn't anything lurking anywhere).
Just
- download DMD from dlang.org
- download dub
- download the binaries
- follow the instructions for setting up the dub project and building
- remember to copy the dll files (the binaries) into your project folder
- done