teales
Joined: 21 May 2007 Posts: 24 Location: Bangalore
|
Posted: Sat Sep 17, 2011 11:02 am Post subject: How to do a multi-file D build with library dependencies? |
|
|
OK, I've just spent far too long reading about several build systems, all of which have left me suitably confused.
I have a GUI application consisting presently of about 40 D source files, and one small static library. I have no problem building it, since Code::Blocks takes care of that pretty well, but I need to make something I can ship.
There's no complex directory structure.
I need to check:
DMD version,
gtkD version,
GTK+ version,
GLIB version,
cairo version,
pango version,
then get to a point where the user can do:
make
sudo make install
Has anyone done something similar that I can copy from and avoid re-inventing the wheel?
Thanks Steve |
|