JuliaIO / MAT.jl

Julia module for reading MATLAB files
MIT License
279 stars 71 forks source link

Fix libz not found on Windows (use zlib1 instead) #25

Closed drewrobson closed 10 years ago

drewrobson commented 10 years ago

After fixing this locally way too many times, I decided it was time to learn how to create a pull request!

simonster commented 10 years ago

Thanks. The "right" solution here might be to use Zlib's Reader interface, which didn't exist yet when I wrote this, but this should work.