https://github.com/knapsu/openxcom-appimage
Linux AppImage packages for OpenXcom game
https://github.com/knapsu/openxcom-appimage
Last synced: about 1 year ago
JSON representation
Linux AppImage packages for OpenXcom game
- Host: GitHub
- URL: https://github.com/knapsu/openxcom-appimage
- Owner: knapsu
- Created: 2017-06-26T12:11:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-31T17:04:19.000Z (over 5 years ago)
- Last Synced: 2025-02-09T20:14:55.899Z (over 1 year ago)
- Language: Shell
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenXcom - Linux AppImage
[](https://travis-ci.org/knapsu/OpenXcom-AppImage)
## Introduction
This repository automates building AppImage packages for OpenXcom game.
Packages for x86-64 (64-bit Intel/AMD) and x86 (32-bit Intel/AMD) architectures are generated daily by Travis CI build system and can be downloaded from https://knapsu.eu/openxcom/.
## OpenXcom
OpenXcom is an open-source clone of the popular UFO: Enemy Unknown (X-COM: UFO Defense in USA) turn-based strategy game by MicroProse.
For more information about OpenXcom please visit https://openxcom.org/ site.
OpenXcom source code is available on GitHub https://github.com/SupSuper/OpenXcom.
## AppImage
AppImages is a universal Linux package that can be used in any modern Linux distribution.
For more information about AppImage package please visit https://appimage.org/ site.
## Docker
Directory `docker` contains files used to create a Docker image of a fully functional build environment. This build environment image is used by Travis CI to create and publish the binaries. Using Docker also makes it easy to reproduce builds on other systems.
### Docker images
- [knapsu/openxcom-build](https://hub.docker.com/r/knapsu/openxcom-build/)
- [knapsu/openxcom-build-x86](https://hub.docker.com/r/knapsu/openxcom-build-x86/)