You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can compile the Lua Graphics Toolkit on linux by installing the appropriate development packages. The libraries you will need and their package's name for
Once the packages above are installed you should be able to compile simply by typing:
15
+
16
+
> make
17
+
18
+
Then you can install the module on your system by using:
19
+
20
+
> make install
21
+
22
+
Windows Installation Instructions
23
+
---------------------------------
24
+
25
+
The Lua Graphics Toolkit can be installed on Windows using the mingw toolchain. To succeed you will need to compile before all the required libraries, edit the Makefile to add the
26
+
path where the libraries are located.
27
+
28
+
We strongly reccomend of using binary package on Windows.
0 commit comments