Skip to content

puerts/puerts_addon_demos

Repository files navigation

puerts_addon_demos

compile hello_world addon

npm install .
cd hello_world
mkdir build
cd build/
cmake ..
cmake --build . --config Release

run hello_world.js

npm install puerts
cd js
node hello_world.js

run hello_world.lua

luarocks install puerts
cd lua
lua hello_world.lua