Search Criteria
Package Details: omega 0.80.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/omega.git (read-only, click to copy) |
|---|---|
| Package Base: | omega |
| Description: | The classic Roguelike game. |
| Upstream URL: | http://www.alcyone.com/max/projects/omega/ |
| Licenses: | custom |
| Submitter: | dopsi |
| Maintainer: | dopsi |
| Last Packager: | dopsi |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2016-01-01 19:14 (UTC) |
| Last Updated: | 2016-01-01 19:34 (UTC) |
Latest Comments
hildigerr commented on 2025-04-25 01:22 (UTC)
I had some issues building which were fixed with:
You can also include the manpage and other docs:
tuks commented on 2021-02-19 12:09 (UTC)
Current gcc requires -fcommon to compile this. Adding following to PKGBUILD seems to work: sed -i -e 's/CFLAGS = -DUNIX -DSYSV -O/CFLAGS = -DUNIX -DSYSV -O -fcommon/g' Makefile