sidfactory2 icon indicating copy to clipboard operation
sidfactory2 copied to clipboard

One Makefile for macOs and linux

Open micheldebree opened this issue 4 years ago • 0 comments

There is a separate file for macos and linux, with significant duplication. Remove the duplication. The differences in the build process are:

  • The linux build has an external dependency to SDL2. The build works for macOS also.
  • The macOS build is packaged inside an "App" with the resources inside it
  • The macOS distro (App and documentation/examples) is packaged inside a DMG
  • The macOS build has an "internal" dependency to SDL2, which is packaged in the App

micheldebree avatar Sep 13 '20 14:09 micheldebree