# LightInkLua **Repository Path**: shenlingyu/LightInkLua ## Basic Information - **Project Name**: LightInkLua - **Description**: No description available - **Primary Language**: C/C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-13 - **Last Updated**: 2025-02-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LightInkLua Use C++ Template Binding Class to lua; from project LightInk # build ## win32 * install vs2012 * open file ./windows/LightInkLua.sln * build * the file output in ./bin/Debug(Release)/ ## linux * install cmake * mkdir ./Linux/build * cd ./Linux/build * cmake ../ * make * the file output in ./bin/Debug(Release)/