Conventions for installing third party libraries?

Jonathan Sternberg jonathansternberg at gmail.com
Mon Jun 6 18:56:50 PDT 2011


I know for C/C++, include files are usually placed in <prefix>/include and
libraries in <prefix>/lib. What's the convention for D files (as the module
files would need to be given for imports and I'm assuming that you don't
recompile the D files for every project).

Where are these files typically placed on a normal Linux installation?


More information about the Digitalmars-d-learn mailing list