https://github.com/darealshinji/marathon-game-launcher
https://github.com/darealshinji/marathon-game-launcher
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/darealshinji/marathon-game-launcher
- Owner: darealshinji
- License: other
- Created: 2023-06-15T16:57:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-20T21:36:50.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T06:41:35.506Z (9 months ago)
- Language: C++
- Size: 41 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a small GUI application that helps to download and play Bungie's classic [Marathon games][def1].
Bungie has allowed to release the Marathon games gratis on Github but they're still under a proprietary
license, making it hard to release them through a distro's packaging system.External binaries that are expected to be in PATH are [alephone][def2], wget, xdg-open and xterm.
A custom download script can be specified through command line.
See `marathon-game-launcher --help` for a full list of options.Build dependencies are: `cmake xxd libpng zlib libx11 libxrender libxft libfontconfig`
On Debian-based systems: `apt install build-essential cmake xxd libpng-dev zlib1g-dev libx11-dev libxrender-dev libxft-dev libfontconfig-dev`
Be sure to download FLTK first with `./get-fltk.sh` or `git clone https://github.com/fltk/fltk`.
Then simply run `make`.[def1]: https://github.com/Aleph-One-Marathon
[def2]: https://github.com/Aleph-One-Marathon/alephone