Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 579 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 579 Bytes

Requirements

Usage

  • run {{{make}}} to compile the library
  • run {{{make examples}}} to compile the examples (optionnal)

Others Makefile rules:

  • run {{{make depend}} to calculate dependencies in the library
  • run {{{make clean}}} to delete generated files
  • you can also run {{{make}}} and {{{make clean}}} directly in examples/

Examples

In the "examples/" directory, you will find some examples of this bindings like the snake games.