-
-
Notifications
You must be signed in to change notification settings - Fork 181
Provide graphical / one-click installers #1943
Copy link
Copy link
Open
Labels
buildsThis affects the build process or release artifactsThis affects the build process or release artifactsenhancementTypically new features; lesser priority than bugsTypically new features; lesser priority than bugsmetaThis isn't related to the tools directly: repo organization, maintainership...This isn't related to the tools directly: repo organization, maintainership...
Milestone
Metadata
Metadata
Assignees
Labels
buildsThis affects the build process or release artifactsThis affects the build process or release artifactsenhancementTypically new features; lesser priority than bugsTypically new features; lesser priority than bugsmetaThis isn't related to the tools directly: repo organization, maintainership...This isn't related to the tools directly: repo organization, maintainership...
Not happening on Linux, though. But there's certain value in allowing an initial install of RGBDS to be made easier: Windows users may be too timid to touch the command line yet beyond batch files, and thus would have trouble with a package manager.
We do have a simple solution for creating such an installer: CPack provides a "Inno Setup" packager, which could provide an 80/20 output. (I wouldn't put much more effort than this into it.)
macOS has
.pkgfiles as an option, but I don't know much about those.