-
Notifications
You must be signed in to change notification settings - Fork 10
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
Instructions for installation on MacOS #36
Comments
In fact, this project began initially to adapt Jorge’s code for Mac OS X PowerPC (up to 10.5) .... |
With small updates, this project can be built easily on the macos sonoma. However, the resulting binary does not behave well. Full screen does not work, and if you get the correct rendering in the first room, you are lucky. For compilation just install the dependent libraries via homebrew. Fix the two errors in ISM.cpp (by adding const keyword at the line beginning.) and build the game.
Dependant libraries:
|
which are these two errors ? |
ism.cpp, line 127
shall be
ism.cpp, line 201
shall be
|
as for why was it needed ?....
|
Is the application available for installation on MacOS? If so, are there any instructions for how to install it?
If the app is in a finished state, should a link be added to the Wikipedia.org page?
(I'm struggling to understand the GitHub structure, so forgive me for these naïve questions 😊)
The text was updated successfully, but these errors were encountered: