zetaPRIME / MultiBound

Starbound profile launcher (deprecated; MultiBound 2 is out)
https://github.com/zetaprime/MultiBound2
MIT License
15 stars 1 forks source link

Dependency documentation? #1

Open NotMrFlibble opened 8 years ago

NotMrFlibble commented 8 years ago

To compile Multibound on Debian, Ubuntu and similar operating systems, you will need:

To compile it, xbuild MultiBound.sln. Compilation will fail in the presence of libglib2.0-cil-dev.

To run it, edit ExampleRoot/multibound.config to point at “…/SteamApps/common/Starbound/linux/starbound” (adjust path as needed) then

cd ExampleRoot
../MultiBound/bin/Debug/MultiBound.exe

If that causes an exec format error (e.g. your kernel isn't built with binfmt_misc support), you'll need mono ./MultiBound/bin/Debug/MultiBound.exe instead.

NotMrFlibble commented 8 years ago

Possible installation method (Steam):

zetaPRIME commented 8 years ago

Actually, it's set up so you can have your MultiBound installation just anywhere as long as you point it to the right executable path.