-
-
Notifications
You must be signed in to change notification settings - Fork 190
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
The build instruction doesn't work in macOS #1826
Comments
where in the compile phase you're encountering issues? Please provide logs. |
|
Is there any update ? |
Check the build file: https://github.com/flyinghead/flycast/blob/master/.github/workflows/c-cpp.yml |
This comment has been minimized.
This comment has been minimized.
I don't care about your comments. Good bye. |
The build instruction in the README page is incorrect. Furthermore, I don't understand clearly all the lines in the .yml ` Unlink and re-link to prevent errors when github mac runner images install python outside of brew. See actions/runner-images#11545
` What does these lines meant: VULKAN_VER=1.3.261.1 && aria2c https://sdk.lunarg.com/sdk/download/$VULKAN_VER/mac/vulkansdk-macos-$VULKAN_VER.dmg if: runner.os == 'macOS' The build instruction is still incorrect: DON'T expect everyone understand the lines in the .yml file. Not everyone is an experienced developer like yourself. |
If you ignore my request then the build instruction in the first page will be forever incomplete and no one else can build it from the source other than those who develop this application. |
Please Note: This form is the minimum required information for submitting bugs.
Removing this form may lead to your issue being closed until it is completed.
Platform / OS / Hardware:
macOS
Flycast version:
Latest version
Hardware:
MacBook Pro
Description of the Issue
The build instruction does't work
Add a short, concise description of the issue here
The folllowing build instruction doesn't work:
$ git clone --recursive https://github.com/flyinghead/flycast.git $ cd flycast $ mkdir build && cd build $ cmake .. $ make
Debugging Steps Tested
Logs Gathered
Screenshots
(Replace this line with any issue screenshots)
The text was updated successfully, but these errors were encountered: