Page 1 of 1

Wyrmsun latest linux build

PostPosted: 06 Sep 2018, 02:42
by Barabbas
Hi there,

I've just compile the project and up it on my github.
To download it visit : https://github.com/B4rabbas/Wyrmsun/releases

:D

Latest version added : 3.4.0

Re: Wyrmsun latest linux build

PostPosted: 18 Sep 2018, 20:27
by Andrettin
Barabbas {l Wrote}:Hi there,

I've just compile the project and up it on my github.
To download it visit : https://github.com/B4rabbas/Wyrmsun/releases

:D

Latest version added : 3.4.0


Cool, thanks for helping spread the word about the game! :)

Re: Wyrmsun latest linux build

PostPosted: 21 Sep 2018, 23:03
by Barabbas
You're welcome, in fact I have to congrat you for this hidden gem !
If my knowledge in code increase I'll add a translation in french for your game. ;)

See ya

Re: Wyrmsun latest linux build

PostPosted: 01 Jan 2019, 15:32
by jury
Barabbas {l Wrote}:Hi there,

I've just compile the project and up it on my github.
To download it visit : https://github.com/B4rabbas/Wyrmsun/releases

:D

Latest version added : 3.4.0


Thanks a lot for compiling it! But I have an issue running. I get a message:
{l Code}: {l Select All Code}
/usr/share/wyrmsun/stratagus: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.23' not found (required by /usr/share/wyrmsun/stratagus)


What do I need to satisfy the executable? When I searched "libstdc++" in Synaptic, I get quite short list of possible libraries, from which nothing I tried did help.

Re: Wyrmsun latest linux build

PostPosted: 06 Feb 2019, 23:03
by freem
jury {l Wrote}:What do I need to satisfy the executable? When I searched "libstdc++" in Synaptic, I get quite short list of possible libraries, from which nothing I tried did help.


Since I'm not sure which apt-based distribution you use, I'll give you a generic reply:

Use the command "apt-file search /usr/lib/x86_64-linux-gnu/libstdc++.so.6 ", which will give you a list of files looking like it, and the packages that contains it. For me, it gives

{l Code}: {l Select All Code}
libstdc++6: /usr/lib/x86_64-linux-gnu/libstdc++.so.6
libstdc++6: /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
libstdc++6: /usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22-gdb.py


1st column is the package's name, second is the complete filename.