iliazeus / iso2god-rs

A command-line tool to convert Xbox 360 ISOs into a Games-On-Demand file format. For Linux, Windows and MacOS.
MIT License
77 stars 6 forks source link

Static binary for linux #7

Closed That-Dude closed 9 months ago

That-Dude commented 9 months ago

Hi

Would it be possible to create a static binary for linux?

Use case, it would like to run this on my unRAID NAS where I have a stack of ISO that I want to convert, but unRAID has a very limited slack build that lacks libssl.so.3, libcrypto.so.3 etc required by your app.

Thanks, Dan

That-Dude commented 9 months ago

Never-mind, I figured it out. Rust error messages are amazing! It literally told everything I need to do to get the static binary build - essentially install rust nightly and devssl.