Socket
Socket
Sign inDemoInstall

fastbit-api

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    fastbit-api

FastBit native binding for Node. All functions in capi.h


Version published
Weekly downloads
8
increased by700%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

node-fastbit-addon

FastBit native binding for Node.js

Build Status

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

  1. 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>

  1. Make sure the static lib file is in the directory where you will install the node module.

Run the preinstall.sh script which will:

  1. Download fastbit 2.0.3 from source
  2. Unpack into ./import directory
  3. Copy the libfastbit.a into ./import directory

After running the preinstall.sh script

  1. node-gyp rebuild
  2. node-gyp will build the node addon with FastBit static library

Keywords

FAQs

Last updated on 27 Jun 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc