Search Criteria
Package Details: sotw 1.7.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/sotw.git (read-only, click to copy) |
---|---|
Package Base: | sotw |
Description: | Shadow Of The Wyrm is a single player, traditional roguelike by Julian Day. |
Upstream URL: | http://www.shadowofthewyrm.org/ |
Keywords: | console curses game graphic rogue roguelike sdl terminal tiles videogame |
Licenses: | MIT |
Conflicts: | sotw-dev |
Provides: | sotw |
Submitter: | Larzid |
Maintainer: | Larzid |
Last Packager: | Larzid |
Votes: | 9 |
Popularity: | 0.001528 |
First Submitted: | 2016-10-03 00:47 (UTC) |
Last Updated: | 2024-11-22 14:44 (UTC) |
Dependencies (11)
- boost (boost-gitAUR)
- gtest (googletest-gitAUR)
- lua51 (luajit-symlinksAUR)
- ncurses (ncurses-gitAUR)
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR)
- sdl2_image
- sdl2_mixer
- xerces-c
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- git (git-gitAUR, git-glAUR) (make)
- premake (premake-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
Larzid commented on 2020-06-20 21:14 (UTC)
Version 1.2.0 is fixed and building. Thanks for the flag and the votes, this game seems to be gaining popularity.
Larzid commented on 2020-01-08 19:53 (UTC)
joemaro,
Thank you for pointing out this important omission on the script.
A new PKGBUILD has been uploaded to fix this problem.
joemaro commented on 2020-01-08 14:16 (UTC)
This was the error i got, i fixed it by putting
#!/bin/sh
as first line in/usr/bin/sotw
.Larzid commented on 2019-12-17 00:57 (UTC) (edited on 2020-01-08 20:04 (UTC) by Larzid)
Hello PedroHLC,
The PKGBUILD is written to look for lua51 on /usr/include/lua5.1 if your lua51 implementation lives on a different path you can modify line 28 to the correct path in the --lua_include argument:
I hope this solves your problem but in case it doesn't please don't hesitate to contact me and letting me know.
PedroHLC commented on 2019-12-16 15:50 (UTC)
I do have
lua51
installed, but it fails with:make[1]: lua: Command not found
NOTE: Building from a clean chroot.
Mikaeshin commented on 2018-11-13 12:38 (UTC)
Thanks for the fix, @Larzid. Surprisingly fast fix, I appreciate that.
Larzid commented on 2018-11-13 07:30 (UTC)
Thank you for reporting the error. The updated the PKGBUILD should fix the problem.
The game does take a considerable time to compile but you can speed thing up by editing the PKGBUILD on line 29 to: make -j LDFLAGS=-lpthread config=release
Be warned that passing the -j argument to the make command as indicated above might crash some fairly old computers like mine.
Mikaeshin commented on 2018-11-13 00:56 (UTC)
I can't install the game, after a long step of installation, this error happens:
/bin/ld: obj/Release/PauseAnimationInstruction.o: undefined reference to symbol 'pthread_condattr_setclock@@GLIBC_2.3.3'
/bin/ld: /usr/lib/libpthread.so.0: error in adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[1]: *** [ShadowOfTheWyrm.make:1129: ShadowOfTheWyrm] Error 1
make: *** [Makefile:17: ShadowOfTheWyrm] Error 2
==> ERROR: A failure occurred in build().
Tried to translate the best I could, my system's language is not in english
« First ‹ Previous 1 2 3 Next › Last »