dh4 / mupen64plus-qt

A customizable launcher for Mupen64Plus
BSD 3-Clause "New" or "Revised" License
95 stars 10 forks source link

Linux version #5

Closed Aisyk closed 9 years ago

Aisyk commented 9 years ago

On Ubuntu 14.04 : error while loading shared libraries: libquazip.so.1: cannot open shared object file: No such file or directory

Therefore, version of libquazip is installed : 0.6.2-0ubuntu1

dh4 commented 9 years ago

You need libquazip1 to use the dynamically linked binary I've distributed. Ubuntu 14.10 and above have this. For 14.04, you'll need to follow the build instructions in the readme. It will automatically link to libquazip.so.0.

Let me know if you have any issues compiling it.