team-phoenix / Phoenix

A multi-system emulator and library manager designed to be both powerful and easy to use.
http://phoenix.vg
GNU General Public License v2.0
376 stars 40 forks source link

Problem with installation, run file Phoenix #316

Open leonardovilarinho opened 7 years ago

leonardovilarinho commented 7 years ago

I downloaded the Phoenix-v 0.0.1-pre-alpha-Linux-x 64-full .7z.

As I didn't find any link explaining how to start or install the software I just tried to run the Phoenix by terminal:

./Phoenix

But is given the error:

./Phoenix: error while loading shared libraries: libxcb-xinerama.so. 0: cannot open shared object file: No such file or directory

Could someone help me to fix this error?

I'm using the Elementary the Freya

Alex-Keyes commented 7 years ago

You need to install libxcb-xinerama. You can do this with the command

sudo apt-get install libxcb-xinerama0-dev

after that you shouldn't have any problems running games!

leonardovilarinho commented 7 years ago

libxcb-xinerama0-dev is already the newest version.