-
Notifications
You must be signed in to change notification settings - Fork 444
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
Struggled to build on Linux #40
Comments
And? Do you want to uninstall it? Those packages are necessary for building, you can uninstall it. You can do so with If you already ran the first command, and want to remove the dependencies (apt shows you that there are dependencies that are not automatically removed when uninstalling), you can do that with |
This comment has been minimized.
This comment has been minimized.
Oh, I actually mean that the instructions for Unix-like systems didn't include these steps. So, I thought I'd raise it. I guess I could have communicated that better. |
I guess I misunderstood. |
Seems like an easy PR to me :) Edit: just saw one is pending |
Needs clang as well. I happen to not have it installed on Tumbleweed |
Should installing |
Yeah it did for me |
I recommend specify which packages the build require and the user most likely may not have instead of only target Ubuntu-based distros and tell to install a metapackage for Ubuntu, as other users may be using Fedora, Archlinux or, in my case, openSUSE. There is no build-essentials metapackage on Tumbleweed. But regardless of that, I managed to build it after installing clang. |
this would be ubuntu specific |
I managed to install and run this game on Linux, but I had to do the following before running
make
:sudo apt install cmake libxss-dev libxxf86vm-dev libxkbfile-dev libxv-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev -y
The text was updated successfully, but these errors were encountered: