Hello, I'm working on getting CMake setup to build a macOS bundle on macOS. I've been running into some roadblocks, ie. getting the bundle built, ie. Inkscape.app
, however I've been running into issues with the assembling the bundle using the make install
command. Inkscape builds and configures fine no issuses or errors present using CMake, I'm running into issues with constructing a Inkscape.app
bundle.
To successfully generate a Inkscape.app
bundle for macOS that can run Inkscape on macOS from launching Inkscape.app
The make install
process does not create a runable / usable Inkscape.app
bundle for macOS.