← Return to game
Log in with itch.io to leave a comment.
In the file called readme_linux:
The executable is called 'pm'
But you can't run it directly until the libraries are set up.
Option 1:Use the script 'pml' to run the game:The contents of pml are: "LD_LIBRARY_PATH=./linux_libs ./pm"
Option 2:Copy the contents of /linux_libs to /usr/libThen you can run 'pm' without needing the script
Currently only 2 libraries are needed:liballegro_monolith.so.5.2libdumb.so.1
>error while loading shared libraries: liballegro_monolith.so.5.2: cannot open shared object file: No such file or directory
Great idea, I wanted to adapt this into a manic miner multiplayer style platformer if thats ok?
← Return to game
Comments
Log in with itch.io to leave a comment.
In the file called readme_linux:
The executable is called 'pm'
But you can't run it directly until the libraries are set up.
Option 1:
Use the script 'pml' to run the game:
The contents of pml are: "LD_LIBRARY_PATH=./linux_libs ./pm"
Option 2:
Copy the contents of /linux_libs to /usr/lib
Then you can run 'pm' without needing the script
Currently only 2 libraries are needed:
liballegro_monolith.so.5.2
libdumb.so.1
>error while loading shared libraries: liballegro_monolith.so.5.2: cannot open shared object file: No such file or directory
Debian 9Great idea, I wanted to adapt this into a manic miner multiplayer style platformer if thats ok?