Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Not working on windows #8

Closed
youRFate opened this Issue Sep 7, 2017 · 1 comment

Comments

Projects
None yet
1 participant

youRFate commented Sep 7, 2017 edited

I'm using GNU Emacs 25.2.1 (x86_64-w64-mingw32), instelled using mingw/msys. Unzip (also installed from mingw/msys) is in PATH and works. libxml2 is also installed via msys. I tried opening SICP.epub, but it failed with the message Invalid EPUB file. However, on my linux machine this epub works fine.

youRFate commented Sep 7, 2017

I found the issue. I installed the msys/libxml2 package, but I needed the mingw64/mingw-w64-x86_64-libxml2 package. After I installed that as well it now also works on windows.

@youRFate youRFate closed this Sep 7, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment