- Steamworks SDK 1.41
- nodejs
- node-gyp
Please follow the instructions on getting Steamworks SDK.
# Change to the Greenworks source directory.
cd <greenworks_src_dir>
# Install the dependencies of Greenworks, "nan" module.
npm install
# Configure gyp project.
node-gyp configure
# Build Greenworks addon.
node-gyp rebuildOnce building is done, you can find greenworks-(linux/win/osx).node binary
(depending on your OS) under build/Release.