XboxDev / extract-xiso

Xbox ISO Creation/Extraction utility. Imported from SourceForge.
http://sourceforge.net/projects/extract-xiso/
Other
704 stars 88 forks source link

[Suggestion] Linux support #82

Closed MesaBlack closed 1 year ago

MesaBlack commented 1 year ago

This includes debian instructions, debian building, and flatpak.

ExoSkye commented 1 year ago

For one, building this is as simple as building it with CMake, two, given the glaring issues in extract-xiso, I doubt it'll ever be "properly" packaged until those issues are fixed, and even then, the chance of it being flatpak packaged are basically 0 given that it's a simple console app, not a bigger app

(btw I'm not a maintainer in XboxDev, although I have contributed in the past, so these are my opinions only, not the opinions of XboxDev as a whole)

MesaBlack commented 1 year ago

where can I find cmake?

ExoSkye commented 1 year ago

since i presume you're on debian sudo apt install cmake

mborgerson commented 1 year ago

Linux build instructions already provided. Maybe a statically linked binary will be published one day, but deb/flatpak are unlikely

MesaBlack commented 1 year ago

abandoning due to internal and personal disputes.

jirikrepl commented 7 months ago

It's like 4 C source files. I guess if you install gcc compiler on the command line in Linux/Mac. Or with the help of some C/C++ IDE.

$ cmake .

$ make

I was able to compile.