Closed LukyGuyLucky closed 8 months ago
So I want to compile examples with dmd -Ldwt.lib -Ldwt_base.lib -bla -bla ....But unfortunately I failed.
What command did you try? Do you get any errors?
May I ask what's the full compiling command to build a single example with dmd+ dwt.lib + dwt_base.lib?
For Windows you need to link with the following system libraries:
For Ubuntu you need to link with system libraries below. For other Linux distributions you would need to link with similar libraries but the names might differ.
Thanks a lot for the reply.
Greetings,
After successfully built the DWT libraries via dub,yes I can compile all the samples in the dwt package.However it seems that when comiling examples by using dub --single tools/build_snippets.d ,the libraries had to compile again and again .So I want to compile examples with dmd -Ldwt.lib -Ldwt_base.lib -bla -bla ....But unfortunately I failed.
May I ask what's the full compiling command to build a single example with dmd+ dwt.lib + dwt_base.lib?
Thank you in advance.