pouët.net

Go to bottom

OIΩNOΣ by epoqe [web]

  ___ ___ ___  _   _  ___  ____  
 / _ \_ _/ _ \| \ | |/ _ \/ ___| 
| | | | | | | |  \| | | | \___ \ 
| |_| | | |_| | |\  | |_| |___) |
 \___/___\___/|_| \_|\___/|____/ 
                                 

oionos-final is the final version with bugfixes.
oionos-party is the party version uploaded to partymeister.

Should just work under Ubuntu 21.04 (and other debian based distros), just run with `./oionos-final`.

For other distros, you have to create symlinks for the libraries:

Arch Linux (or Manjaro, etc.):

sudo ln -s /lib/libepoxy.so /lib/x86_64-linux-gnu/libepoxy.so.0 
sudo ln -s /lib/libSDL2.so /lib/x86_64-linux-gnu/libSDL2-2.0.so.0

Fedora:

sudo ln -s /lib64/libepoxy.so /lib/x86_64-linux-gnu/libepoxy.so.0 
sudo ln -s /lib64/libSDL2-2.0.so.0 /lib/x86_64-linux-gnu/libSDL2-2.0.so.0
Go to top