FashionFreedom / Seamly2D

Open source patternmaking software to democratize fashion.
https://seamly.io
GNU General Public License v3.0
617 stars 111 forks source link

Update Linux install instructions #1116

Closed bkmgit closed 5 months ago

bkmgit commented 5 months ago

Need to specify INSTALL_ROOT rather than PREFIX for custom install locations.

what-the-diff[bot] commented 5 months ago

PR Summary

bkmgit commented 5 months ago

Closes https://github.com/FashionFreedom/Seamly2D/issues/1115

slspencer commented 5 months ago

@bkmgit You're recommending make instead of qmake. Qmake and make are not equivalent. https://stackoverflow.com/questions/1368534/why-does-qt-use-its-own-make-tool-qmake Have you compiled locally on a Linux distro and tested that the app is working (signals & slots are working), and that the executable is in usr/local/bin?