Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Folly | 26,056 | 5 | a day ago | 3 | March 21, 2018 | 432 | apache-2.0 | C++ | ||
An open-source C++ library developed and used at Facebook. | ||||||||||
Miopen | 872 | a day ago | 339 | mit | Assembly | |||||
AMD's Machine Intelligence Library | ||||||||||
Ecosystem | 154 | 4 years ago | other | CMake | ||||||
A cross-platform environment management system for VFX/animation production plus R&D | ||||||||||
Luajit Rocks | 134 | 6 years ago | 15 | C | ||||||
LuaJIT and luarocks in one location | ||||||||||
Flucoma Max | 76 | 4 days ago | 57 | bsd-3-clause | Max | |||||
Fluid Corpus Manipulation objects for Cycling 74's Max | ||||||||||
Flucoma Sc | 60 | 16 days ago | 23 | bsd-3-clause | SuperCollider | |||||
Fluid Corpus Manipulation plugins for Supercollider | ||||||||||
Rcssmonitor | 42 | 6 months ago | gpl-3.0 | C++ | ||||||
The RoboCup Soccer Simulator Monitor | ||||||||||
Osvr Oculus Rift | 40 | 6 years ago | 6 | apache-2.0 | CMake | |||||
Oculus Rift tracking plugin for OSVR. | ||||||||||
Usd Uri Resolver | 39 | a month ago | 7 | bsd-4-clause | CMake | |||||
Pluggable URI ArResolver for USD | ||||||||||
G3sinks | 34 | 5 months ago | unlicense | C++ | ||||||
sinks to g3logger |
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,
Luarocks (or Lua) will be installed at the same location as LuaJIT and will know about LuaJIT shared library location (mandatory for Windows installs). It will also not be confused if you have several LuaJIT+luarocks at different locations.
Luarocks will come installed with Torch rocks repository
Luarocks comes with mandatory system command line tools under Windows.
Readline support for LuaJIT.
Experimental: Lua 5.1 with reference counting.
Install 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.
git 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.
-DWITH_LUA51=ON
-DWITH_LUA51RC=ON
(experimental)-DWITH_LUA52=ON
-DWITH_LUAJIT21=ON