Skip to content

Commit bf81c85

Browse files
committed
Add INSTALL instructions
1 parent acc8d6f commit bf81c85

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

INSTALL

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
Lua Graphics Toolkit
2+
====================
3+
4+
Installation instructions
5+
-------------------------
6+
7+
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
8+
debian based systems are:
9+
10+
- Anti-Grain geometry library, libagg-dev package
11+
- Freetype library, libfreetype6-dev package
12+
- LuaJIT2 shared library, libluajit-5.1-dev package
13+
14+
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

Comments
 (0)