Search Criteria
Package Details: keeperrl-git r5155-1
Git Clone URL: | https://aur.archlinux.org/keeperrl-git.git (read-only, click to copy) |
---|---|
Package Base: | keeperrl-git |
Description: | Dungeon Keeper and Dwarf Fortress inspired dungeon simulator built on top of roguelike mechanics. |
Upstream URL: | http://keeperrl.com/ |
Licenses: | |
Conflicts: | |
Submitter: | Ferk |
Maintainer: | marco |
Last Packager: | marco |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2014-02-05 23:50 |
Last Updated: | 2021-02-21 13:10 |
Dependencies (7)
- freeglut (freeglut-x11-svn, freeglut-wayland-svn)
- sdl2_image (sdl2_image-minimal-git)
- sfml (sfml-rpi-git, csfml-bin, sfml-bin, sfml-git)
- boost (boost-git) (make)
- clang (clang-pypy-stm, clang39, clang38, llvm-tce, clang8, llvm-minimal-git, llvm-toolchain-nightly-bin, llvm-git) (make)
- ctags (ctags_as3_haxe, vim-jp-ctags, guile-emacs-git, ctags-git) (make)
- git (git-git) (make)
Latest Comments
1 2 Next › Last »
yreew commented on 2021-02-21 11:06
Got and error "error while loading shared libraries: libSDL2_image-2.0.so.0: cannot open shared object file: No such file or directory" when running the game. succesfully run it after installing sdl2_image package.
BrainDamage commented on 2020-11-05 10:18
a bit more sane approach, instead of using a wrapper launcher and /opt would be:
this makes both the pkgbuild cleaner and the installation paths too
marco commented on 2020-10-14 16:09
To fix the missing
version.h
one needs to addRELEASE=true
to the make command.To fix the missing steam dependency one needs to add
NO_STEAMWORKS=true
to the make command.To run the game the file
appconfig.txt
needs to be copied to/opt/keeperrl
machinedgod commented on 2020-05-29 13:38
I managed to get it to build until it crashes with missing steam api dependencies. Sources are in
src/keeperrl-git
wherever you ranmakepkg
.To fix
#pragma once
issue: - modify theMakefile
to useclang++
- remove-Werror
To fix missing
version.h
error: - rungen_version.sh
in sources directory to generateversion.h
To fix missing
sdl
include: - installsdl2_image
manually with pacmanTo fix steam API dependency: - no idea?
adomas commented on 2017-01-25 19:13
Got this error:
g++: error: unrecognized command line option ‘-Wimplicit-fallthrough’; did you mean ‘-Wno-fallthrough’?
make: *** [Makefile:102: stdafx.h.gch] Error 1
g++ version which is being used:
gcc version 6.3.1 20170109 (GCC)
vevais commented on 2016-05-12 11:41
I get the same error, any solutions so far?
pensnarik commented on 2016-01-15 11:33
Got this error:
window_view.cpp:32:21: fatal error: version.h: No such file or directory
Any ideas?
vbh commented on 2015-09-09 13:01
There is a serialization check failure.
Output after running build() function:
bash ./check_serial.sh
93c93
< chestInfo
---
> chase
252d251
< chase
254a254
> chestInfo
======== Serialization check failed ========
Makefile:115: „check_serial“ failed
make: *** [check_serial] Error 1
Any ideas?
Ferk commented on 2015-02-03 03:45
Fixed and updated.
angelscript is not a dependency.
owerner commented on 2015-02-02 15:24
==> Starting package()...
cp: cannot stat ‘*.png’: No such file or directory
cp: cannot stat ‘*.ttf’: No such file or directory