# lua-libs-demo **Repository Path**: kkbt/lua-libs-demo ## Basic Information - **Project Name**: lua-libs-demo - **Description**: 使用 C ,Rust , Go 生成 .so 给 Lua 使用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-08 - **Last Updated**: 2023-10-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Lua 中 require,dofile,loadfile,dostring,loadstring,loadlib,load 加载 ```bash sudo apt-get install liblua5.4 lua5.4-dev liblua5.4 liblua5.4-0-dbg sudo apt-get install libpcap-dev sudo apt-get install lua5.4-dev ``` lua .h /usr/include/lua5.4 lua5.4 .so /lib/x86_64-linux-gnu/