coop-deluxe / sm64coopdx

An official continuation of https://github.com/djoslin0/sm64ex-coop on sm64coopdx for the enhancements and progress it already has.
https://sm64coopdx.com
408 stars 73 forks source link

[Linux] Which dependencies do i need to run the game? #367

Closed GuythatUhmCreatesRandomStuff closed 2 weeks ago

GuythatUhmCreatesRandomStuff commented 1 month ago

Before i recompile box64(or fex) i need the .so files for running the game, i can compile manually if i need to.

robertkirkman commented 1 month ago

fex box64

You can recompile coopnet, libjuice and liblua for ARM Linux targeting your C library and then write build system code ensuring the game binary is linked with your custom builds of those three libraries and that would allow you to run the game without using fex or box64

GuythatUhmCreatesRandomStuff commented 1 month ago

fex box64

You can recompile coopnet, libjuice and liblua for ARM Linux targeting your C library and then write build system code ensuring the game binary is linked with your custom builds of those three libraries and that would allow you to run the game without using fex or box64

Oh okay. Question, will coopdx get ported to other platforms like android? Because i dont necessarily know coding that well. And writing system code seems like s tough task