On Wednesday, 25 September 2019 at 12:04:16 UTC, Ron Tarrant
wrote:
On Wednesday, 25 September 2019 at 11:50:58 UTC, a11e99z wrote:
On Wednesday, 25 September 2019 at 11:46:04 UTC, Ron Tarrant
wrote:
Hi y'all,
What I'm looking for is a system for bundling dlang apps and
their dependencies for distribution to end users. Hopefully,
this bundler will:
- install the app in an appropriate place (like C:\Program
Files\<dlang-app>,
- install libraries/dependencies (such as GtkD) also in an
appropriate place,
- make any modifications to the system PATH that may be
necessary for the app to run, and
- handle any other roadblocks that will keep the user from
using the app.
Similarly, on Linux or other UNIX-alikes, a breakdown of how to
use apt or something similar to do the same so the user can
(for instance) just do:
apt-get <app> <appropriate switches>
to install.
so u need installers/installation program
https://en.wikipedia.org/wiki/List_of_installation_software
well, a long-long time ago I used InstallShield & Wix Toolset for
Windows only.
I know no one that works with Linux package systems.