-
Notifications
You must be signed in to change notification settings - Fork 12
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
Enable building on Linux #2
Conversation
Toodles2You
commented
Sep 15, 2022
- Created a CMake config file
- Included standard libraries previously only included for Windows
- Suppressed some compiler warnings
- Release build of RAD should no longer throw a compatibility error - Git ignore built targets
If this is merged i can help to set it the github actions to automate builds |
- Remove 32-bit flags for Linux - Group common source files together - Include necessary header files
@Toodles2You thanks for all this help g |
uhhhhh in the "Suppress compiler warnings" commit why was |
@goodusername123 Sorry for the late response. That must've been a mistake on my part. I don't remember what my reason was for changing it but, yeah, I probably shouldn't have touched it. Maybe @seedee can revert the default value. |