File: README.txt

package info (click to toggle)
clanlib 0.5.4-1-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 10,320 kB
  • ctags: 10,893
  • sloc: cpp: 76,056; xml: 3,281; sh: 2,961; perl: 1,204; asm: 837; makefile: 775
file content (32 lines) | stat: -rw-r--r-- 900 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
         Name: LUA
       Status: Windows(Y), Linux(Y)
        Level: Advanced
      Modules: app, core, lua, display
Last modified: 16. october 2001
     Progress: Not complete
   Maintainer: Lenny Palozzi (domain@ica.net)
      Summary: LUA scripting, ClanLib bindings

Demonstrates how you can call ClanLib functions from LUA scripting code.

Requirements
------------
- A working installation of lua. Its should be installed as a shared library.

- Compile and install the clanLua module with:
	
	1. make clanLua
	2. make install 

As of this writing, the binding code has been created with the latest version of tolua, 3.2, and used in conjuction with the latest version of Lua, 3.2.

Using
-----
You simply link your application with libclanLua.

	g++ lua_test.cpp -lclanCore -lclanLua

Links
-----
Home page:  http://www.tecgraf.puc-rio.br/lua/
            http://csg.uwaterloo.ca/~lhf/lua/