Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 357 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 357 Bytes

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