<div class="gmail_extra"><div class="gmail_quote">On 30 April 2012 18:33, Daniel Green <span dir="ltr"><<a href="mailto:venix1@gmail.com" target="_blank">venix1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">sqlite.o is easy enough to build and can be put into libgphobos.a. Being public domain helps, I'll add it to the build process.</div></blockquote><div><br></div><div>libsqlite is quite big, perhaps it would be better to have the script create a lib beside phobos instead of in it?</div>
<div>DMD supplies this as a separate lib, although theirs is about 1/3rd the size of the one I built for some reason :/</div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Curl is the only tricky one.  It actually has configuration options and probably dependencies.  Is there a list of what features D requires curl to support?</blockquote><div><br></div><div>I suspect the doc may reveal which features are available: <a href="http://dlang.org/phobos/etc_c_curl.html">http://dlang.org/phobos/etc_c_curl.html</a> (looks like it covers basically everything)</div>
<div>Is there a standard set of features for some 'standard' binary distribution? Most linux '-dev' packages seem to include binary libs for easy access, there must be a standard used there...</div><div><br>
</div><div>I had trouble building curl, but I will be using all 3 currently existing etc.c libs in my app.</div></div></div>