No description
  • C 91.6%
  • Scheme 7.6%
  • Makefile 0.8%
Find a file
2012-10-30 23:17:56 +01:00
doc Support des générateurs de bruit 2012-10-30 23:17:56 +01:00
src Support des générateurs de bruit 2012-10-30 23:17:56 +01:00
tests Support des générateurs de bruit 2012-10-30 23:17:56 +01:00
lgpl-3.0.txt README et copyright 2012-08-18 22:03:34 +02:00
Makefile Ajout de -Wl,--no-as-needed dans LDFLAGS car le flag --as-needed (présent dans /etc/makepkg.conf sur Archlinux) provoque une erreur lors du chargement de la bibliothèque par guile 2012-09-11 21:34:09 +02:00
README Modification pour les paquets à installer sous Archlinux 2012-09-09 20:11:38 +02:00

guile-tcod
A guile module for libtcod.

~~~~~~~~~~

The module is licenced under the GNU LGPL v3 or later.
See lgpl-3.0.txt for more information.

~~~~~~~~~~

Dependencies :
  - guile 2.0
  - libtcod 1.5.1

On Archlinux, you need to install the following packages from AUR : guile-devel libtcod

~~~~~~~~~~

Building the module (as a shared library) :
> make

Testing the module without install it (press ESCAPE to quit the test) :
> make test

Installing the module :
> make install

Uninstalling the module :
> make uninstall

You may need to modify the CFLAGS and LDFLAGS of the Makefile to use the right include and library paths for libtcod.
The Makefile assume that :
 - the header files are installed under /usr/include/libtcod
 - the library files are installed under /usr/lib

~~~~~~~~~~

Currently, the module covers only the following parts of libtcod, with some limitations :

* Core :
 - Colors
 - Console
 - System layer
* Base toolkits :
 - Mouse support

The other parts will be covered in the future.
The documentation is available under the doc/ directory.