On Monday, 28 April 2014 at 03:09:32 UTC, Trent Forkert wrote:
This may be my Linux bias talking, but I would tend to not want to ship binaries as part of my source. The good thing about CMake is that it can help you deal with your dependencies in a sane way.

 - Trent

[1]ftp://ftp.digitalmars.com/coffimplib.zip

Distributing sources is the Linux way. On Windows people prefer a
binary library (at least in C/C++ world) and a header file to
import (in case of D the header would just be source probably).

Reply via email to