Skip to content

flatmax/swig-Cplusplus-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Foundations

This is a project foundation for C++ SWIG and nodejs. It is based on autotools and lets you call C++ code from nodejs.

Initial Setup

./autogen.sh

configuring

./configure

building

make

running

cd test
./RunTest.js

install

make install

uninstall

make uninstall