openzim / node-libzim

Libzim binding for Node.js: read/write ZIM files in Javascript
https://www.npmjs.com/package/@openzim/libzim
GNU General Public License v3.0
27 stars 11 forks source link

can't install on OSX #50

Closed eranhr closed 3 years ago

eranhr commented 3 years ago

Trying to install libzim on mac but with no success. Tried to follow "On MacOS you'll need to install libzim separately (see here)." but also didn't succeed. Any assistance / guidance will be appreciated.

My goal is to read ZIM files (from JS/nodejs) into my DB.

kelson42 commented 3 years ago

Installing from npmjs.org should just make it, the README is outdated. Please secure you don't have installed it manually and just install node-libzim via npm.

kelson42 commented 3 years ago

README.md fixed.

kelson42 commented 3 years ago

@eranhr Closing the issue please open a new ticket if you still have a problem with standard npm install process.