We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfcc52c commit 01fb700Copy full SHA for 01fb700
README.md
@@ -23,13 +23,15 @@ There are no dependencies used by the library. Pure X11/Win32 and OpenGL.
23
24
## Running
25
26
-Set up LuaJIT on your system, clone the repository and run this from the top level.
27
-
28
-```bash
29
-luajit ./src/main.lua
30
-```
31
32
-It should work.
+1. Set up LuaJIT on your system
+ - Windows: `winget install -e --id DEVCOM.LuaJIT`
+ - Linux: `dnf install luajit` or `apt install luajit`
+2. Clone the repository
+ - `git clone https://github.com/codebycruz/arisu`
+3. Run this inside the repo folder
+ - `luajit ./src/main.lua`
33
+
34
+And yes, it needs to be LuaJIT, not Lua! FFI is extensively used. This repo basically uses C.
35
36
## Attributions
37
0 commit comments