Notes for the Pascal bindings, V5.4
-----------------------------------

To build the Pascal bindings for brick engine on any platform, you need:

- Free Pascal
- The brick engine


First, make sure that you've installed the brick engine shared library in a
system-accessible location.

Then, build the Pascal bindings thus:

> fpc -S2 brick.pp

This will generate a compiled unit, which you may now include in your
programs.

