added "install" instruction
[Leditor.git] / src / INSTALL
blobf57b72f33b29b3125b76e90f0b55a46fdb4dca9e
2 to build the editor standalone edit src.pro then
4 qmake
5 make
7 The editor automatically works, apart from a segfault at exit I did not
8 investigate.
10 The modules are built with cmake
12 cd modules/
13 cmake .
14 make
16 then copy resulting .so files to a place in your Lua cpath. Make sure your Lua
17 is compiled with dlopen support and uses RTLD_GLOBAL when loading the shared
18 object. Then use
20 lua edior.lua
22 To play a little tetris demo use:
23 :tetris
24 in the command line (any shortening will do)