GlPortal / glPortal

:video_game: Open Source teleportation based first person puzzle-platformer
http://glportal.de
Other
359 stars 109 forks source link

Update dependencies or force use of up-to-date ones #145

Closed JeffBusterCase closed 6 years ago

JeffBusterCase commented 6 years ago
NOTE using downloaded version

I'm trying to play the game on arch linux, but when I call ldd portal or just ./portal the game asks for libassimp.so.3 that I'm unable to install. The assimp 3 is not listed on pacman -Ss assimp, only assimp 4, that is already installed. The game really relies on libassimp.so.3, or is there a way to turn around this problem?

hhirsch commented 6 years ago

@JeffBusterCase You can probably create a link assimp 4 to 3 and it will still work. I switched to arch myself now and I will compile the next release on it. But the next release will be quite some time.

JeffBusterCase commented 6 years ago

Creating link assimp 4 to 3 did't work as I've tested before :(. I was able to play after compiling myself. Great hopes for new build :+1: