Search Criteria
Package Details: sotw 1.4.5.1-1
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: | 7 |
Popularity: | 0.24 |
First Submitted: | 2016-10-03 00:47 (UTC) |
Last Updated: | 2022-05-15 18:36 (UTC) |
Dependencies (10)
- boost (boost-git)
- gtest (googletest-git)
- lua51
- ncurses (ncurses-nohex, ncurses-versioned, ncurses-git)
- sdl2 (sdl2-rbp-bin, sdl2-minimal-git, sdl2-minimal-x11-git, sdl2-rpi, sdl2-nox, sdl2-git, sdl2-static, sdl2-nox-git)
- sdl2_image (sdl2_image-minimal-git)
- xerces-c
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng, zlib-ng-compat-git)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- premake (premake-git) (make)
Latest Comments
Larzid commented on 2022-01-06 23:31 (UTC) (edited on 2022-01-07 19:21 (UTC) by Larzid)
Just added the fix suggested by user f5bb39 and the package installs v1.4.0
Larzid commented on 2022-01-06 22:58 (UTC)
f5bb39 Thank you for you input, sorry it took me a long time to respond, I took a small vacation for the end of the year.
The PKGBUID is setup so it compiles the latest state of the Master branch since the dev does not do a package release and often misses to setup a release tag.
f5bb39 commented on 2021-12-24 18:07 (UTC)
Weirdly enough - 1.4 just came out a few hours ago. Installing this package gave me 1.4. This isn't the dev package though?
f5bb39 commented on 2021-12-24 17:55 (UTC) (edited on 2021-12-24 17:57 (UTC) by f5bb39)
adding options=("!buildflags") to the pkg build fixes it
f5bb39 commented on 2021-12-24 17:54 (UTC) (edited on 2021-12-24 17:55 (UTC) by f5bb39)
The latest build keeps failing to build, for me, with these messages:
display/source/CursesDisplay.cpp: In member function ‘virtual void CursesDisplay::add_message(const string&, Colour, bool)’: display/source/CursesDisplay.cpp:445:12: error: format not a string literal and no format arguments [-Werror=format-security]
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
Larzid commented on 2016-10-03 01:41 (UTC)