Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 494 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 494 Bytes

libNBComms

C-library to facilitate communication with nodejs Ninja Blocks modules

Compiling

cd libNBComms
make

Installing

sudo make install
  • This copies headers (./include/nbsocket.h) to /drivers/common/include/
  • Moves libnbcomms.so to /drivers/common/lib/linux/ (making conventional links too)
  • adds the library path to the /etc/lib.so.conf (blindly adds the line each install)
  • runs ldconfig to update linker library paths