ssut / payload-dumper-go

an android OTA payload dumper written in Go
Apache License 2.0
2.36k stars 201 forks source link

libzma-5.dll not found #4

Closed 456vv closed 3 years ago

456vv commented 3 years ago

libzma-5.dll not found

high3eam commented 3 years ago

https://tukaani.org/xz/xz-5.2.5-windows.zip

Put this into payload-dumper executable folder.

osm0sis commented 3 years ago

Could be resolved by building payload-dumper-go for Windows 64 as static I think, so less a fault of the source, more of the build.

My static Win32 build doesn't have the liblzma error, for example: https://github.com/ssut/payload-dumper-go/issues/3

mmokrejs commented 3 years ago

Either way, this should have been also documented in Requirements in README.md file ;-)