-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
Linux install instructions for Ubuntu inaccurate? #171
Comments
Subsequently,
|
What version of Ubuntu is this? I'm part of the Marathon Speedrun Developers, an unaffiliated project. We have unofficial nightly's we build on 18.04, and they have been succeeding for us. If this is a newer version of Ubuntu, I'd be very interested to investigate this. |
No, I'm also on 18.04 LTS. |
Huh, and you're pulling the head of the repository, right? |
I used
|
I'm on Ubuntu 18.04 and I got the same error that you did. However, that link is for a very old build of the game from back in 2015. The ffmpeg libraries have changed a lot since then so I'm not surprised that such an old code base fails to build. Instead, you should just clone the git repository, which has the latest and greatest code and works with current libraries:
Also note that the new code base has new dependencies like SDL2 that you'll have to install beforehand. |
This documentation really should get updated. I'm on Ubuntu 18.04 LTS many moons later, simmiliar issue. Would it kill anybody to just release some binaries or Debian installs or whatever? (I used the link provided on the official page from Bungie, and it failed to compile with the given instructions, even after installing dependencies). |
Better yet, it would be cool if this was available on the Ubuntu software store! |
I might check out if this game would be worth porting over to Android @emileb, interested in another opentouch game? |
I was somehow able to build on Ubuntu 18.04 LTS, I don't remember what I did but I remember it being a HUGE pain and I had to fix some weird errors. I would recommend keeping this open until documentation is updated @treellama @baconicsynergy |
The documentation is up to date for the latest release version |
I was following the Linux Install Instructions in order to install Aleph One on Ubuntu. However,
./configure
gave me several errors, which I have been able to resolve by additionally installing:libsdl1.2-dev
libsdl-ttf2.0-dev
libsdl-net1.2-dev
The text was updated successfully, but these errors were encountered: