MythicApp / Mythic

An open-source macOS game launcher with the ability to play Windows games through a custom implementation of Apple's Game Porting Toolkit — supporting multiple platforms.
https://getmythic.app
GNU General Public License v3.0
570 stars 19 forks source link

[feat]: Compile Instructions #150

Closed goober-183 closed 5 days ago

goober-183 commented 5 days ago

Feature description

It would be cool to have build/compile instructions

Before submitting

JoshuaBrest commented 5 days ago

They are not really needed, you can just build Mythic in Xcode.

blackxfiied commented 5 days ago

unnecessary for the reason @JoshuaBrest provided. in the odd chance that the user compiles mythic using the command-line, chances are they'll be competent enough to compile it. (also you can just copy and paste from https://github.com/MythicApp/Mythic/blob/main/.github/workflows/build.yml)