-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Many missing dependencies during OpenMW install on Raspberry Pi OS 64 bit #175
Comments
Looks like the I had a quick look, but there is no obvious successor to that package in Bullseye (at least not obvious to me). Although I did notice that there is a "openmw' package in the Debian Bullseye repo - it's not the latest release, but it may be good enough? I.e. just try installing with apt:
(please note that I'm not the dev nor at all involved in this project - just a random stranger passing through...) |
It works, thanks :) unfortunately since it is an older version my savegames are not compatible but it is better than nothing! |
Glad that's better than nothing! 😄 A slightly newer version (0.47.0 vs 0.46.0) is currently in testing. I thought that it may have installed cleanly, but it appears not:
Adding testng repos to a stable system is a really bad idea, so I don't suggest that. If you were really keen, then the OpenMW wiki notes that there is an Ubuntu PPA that will allow you to install a newer version. A word of warning though, adding Ubuntu PPAs to Debian based systems is also generally a bad idea! Whilst Ubuntu is Debian based, it's not binary compatible, and foreign packages can potentially cause issues. Having said that, as they explicitly note that in the section titled "Debian and Ubuntu" - perhaps it's been carefully done to ensure compatibility? I can't be sure and even if it does work initially, it still may cause issues in the future. At the very least, I recommend cloning your OS (e.g. if you're running off an SD card, copy it for safe keeping) so worst case you can roll back if it breaks stuff. |
The text was updated successfully, but these errors were encountered: