Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

One Makefile for macOs and linux #61

Open
micheldebree opened this issue Sep 13, 2020 · 0 comments
Open

One Makefile for macOs and linux #61

micheldebree opened this issue Sep 13, 2020 · 0 comments
Assignees
Labels
development Everything that helps development, automation and code quality linux Applies only to the linux version macos Applies only to the macos version

Comments

@micheldebree
Copy link
Collaborator

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 micheldebree added linux Applies only to the linux version macos Applies only to the macos version labels Sep 13, 2020
@micheldebree micheldebree self-assigned this Sep 13, 2020
@Chordian Chordian added the development Everything that helps development, automation and code quality label Oct 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Everything that helps development, automation and code quality linux Applies only to the linux version macos Applies only to the macos version
Projects
None yet
Development

No branches or pull requests

2 participants