pt2-clone icon indicating copy to clipboard operation
pt2-clone copied to clipboard

Improve build for Linux using Makefile

Open duhow opened this issue 9 months ago • 4 comments

While there is already cmake and also several make-linux.sh scripts, it should be best to use a Makefile, autoconf or another solution to allow user to customize the builds if needed, rather than defining hard-coded checks.

Changes:

  • Migrate make-linux.sh to Makefile
  • Define script make-macos.sh as executable in repo

duhow avatar Apr 19 '25 13:04 duhow