Shared library packaging issues
Jordi Sayol via Digitalmars-d
digitalmars-d at puremagic.com
Sat Nov 15 10:22:31 PST 2014
El 15/11/14 a les 18:29, GreatEmerald via Digitalmars-d ha escrit:
> Nice. Now if only there were RPMs as well... If only as a template.
Meanwhile there is not an RPM package for phobos 2 shared library, I think you can spread it together with your library:
"/usr/lib/i386-linux-gnu/libphobos2.so.0.66.1" (for 32-bit)
"/usr/lib/x86_64-linux-gnu/libphobos2.so.0.66.1" (for 64-bit)
It has no sense to install ALL the dmd compiler tools into the final runtime computer.
Regards,
--
Jordi Sayol
More information about the Digitalmars-d
mailing list