lucyjs
v0.1.0
Published
A node js binding for Apache Lucy.
Downloads
3
Readme
Lucy JS
Lucy JS is a wrapper around the Apache Lucy search engine library.
Usage
Mac
- Install Xcode
- Open Xcode at least once and accept terms of use
- Run
npm installafter adding this project as a dependency.
Windows
- Open a command prompt with Admin Privileges
- Run the following command
npm install --global windows-build-tools - Run
npm installafter adding this project as a dependency.
Linux
- Install build-essentials or have the following installed (python2.7, make, and gcc)
- Run
npm installafter adding this project as a dependency.
