在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):torch/luajit-rocks开源软件地址(OpenSource Url):https://github.com/torch/luajit-rocks开源编程语言(OpenSource Language):C 64.4%开源软件介绍(OpenSource Introduction):CMake-based LuaJIT + LuarocksWhat's the point?We want to provide an easy to way to users for installing recent versions of LuaJIT (or Lua) and luarocks, with almost no efforts. The provided LuaJIT (or Lua) and luarocks point to their respective git repository. We did not make any changes, except the compilation and installation processes. In addition,
Pre-requisitesInstall CMake on your system. Get a C compiler. For Windows, we recommend the Windows SDK. It is free, it has no GUI, but it is just fine with CMake. Installationgit clone https://github.com/torch/luajit-rocks.git
cd luajit-rocks
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/your/prefix Then under Unix systems: make install Under Windows: nmake install Note: we do not recommend (nor we support) installation under Cygwin. Additional CMake flags
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论