jief666 / hdimount

Mount apple disk image (HFS, APFS, partitioned or not, compressed, encrypted) via Fuse
GNU General Public License v3.0
33 stars 2 forks source link

Compilation on Linux #5

Closed mc-17 closed 4 years ago

mc-17 commented 4 years ago

Thank you for making this! It works great with lzfse, unlike darling-dmg.

Do you have a list of requirements, and ideally also a makefile? I am eager to contribute, but am currently unable to compile it.

jief666 commented 4 years ago

There is a makefile in build_release_linux-gcc-openssl_hdimount. It's the makefile generated by Eclipse, but it should work outside eclipse. Can you try and tell me ?

mc-17 commented 4 years ago

There is a makefile in build_release_linux-gcc-openssl_hdimount. It's the makefile generated by Eclipse, but it should work outside eclipse. Can you try and tell me ?

Apologies! I missed this directory entirely somehow.

Still working on getting libxml includes sorted on Manjaro, but the only thing I've need to change sofar is linux-gcc and linux-g++ to gcc and g++. Thanks!

jief666 commented 4 years ago

Yes. To not have to do that, you can use the script in "tools/scripts/build_hdimount".

jief666 commented 4 years ago

If you'd like to contribute, you may consider using eclipse and cdt...