fastbit-api
v1.1.2
Published
FastBit native binding for Node. All functions in capi.h
Downloads
8
Maintainers
Readme
node-fastbit-addon
FastBit native binding for Node.js
Change notes
- 2017-06-26 - 1.1.2 - Added unit tests
- 2017-06-17 - 1.1.0 - Fixed installation for Node 6.11.0
- 2016-04-20 - 1.0.4 - Compatible with FastBit 2.0.3
- 2015-10-21 - 1.0.0 - All FastBit bindings accounted for.
Installation instructions
- Make sure you have built libfastbit.a from source. If you are using clang for an example:
./configure --without-java --with-extracflags="-fPIC" --with-extracxxflags="-fPIC"
and then do make
or gmake -j <num>
- Make sure the static lib file is in the directory where you will install the node module.
Run the preinstall.sh script which will:
- Download fastbit 2.0.3 from source
- Unpack into ./import directory
- Copy the libfastbit.a into ./import directory
After running the preinstall.sh script
- node-gyp rebuild
- node-gyp will build the node addon with FastBit static library