Re: How do I statically build a project using DUB?

2020-08-29 Thread Mike Parker via Digitalmars-d-learn
On Sunday, 30 August 2020 at 02:38:52 UTC, Kirill wrote: I am trying to link the GTK library. I have the GTK Runtime installed on Windows 10 pc. Unless things have changed in the last few years, GTK is not intended to be linked statically on Windows. You'll have to figure out how to compi

Re: How do I statically build a project using DUB?

2020-08-29 Thread Kirill via Digitalmars-d-learn
On Saturday, 29 August 2020 at 12:06:38 UTC, Andre Pany wrote: On Saturday, 29 August 2020 at 11:27:28 UTC, Kirill wrote: I need a stand-alone executable that does not require the user to install any libraries on their computer. Everything should be packed into the executable. I understand th

Re: How do I statically build a project using DUB?

2020-08-29 Thread James Blachly via Digitalmars-d-learn
On Saturday, 29 August 2020 at 11:27:28 UTC, Kirill wrote: I need a stand-alone executable that does not require the user to install any libraries on their computer. Everything should be packed into the executable. I understand that I need to statically link all of the libraries I use in my p

Re: How do I statically build a project using DUB?

2020-08-29 Thread Ferhat Kurtulmuş via Digitalmars-d-learn
On Saturday, 29 August 2020 at 11:27:28 UTC, Kirill wrote: I need a stand-alone executable that does not require the user to install any libraries on their computer. Everything should be packed into the executable. I understand that I need to statically link all of the libraries I use in my p

Re: How do I statically build a project using DUB?

2020-08-29 Thread Andre Pany via Digitalmars-d-learn
On Saturday, 29 August 2020 at 11:27:28 UTC, Kirill wrote: I need a stand-alone executable that does not require the user to install any libraries on their computer. Everything should be packed into the executable. I understand that I need to statically link all of the libraries I use in my p

How do I statically build a project using DUB?

2020-08-29 Thread Kirill via Digitalmars-d-learn
I need a stand-alone executable that does not require the user to install any libraries on their computer. Everything should be packed into the executable. I understand that I need to statically link all of the libraries I use in my project, but how do I do this? What do I need to add to dub.