lazarus/components/interbase/README
mattias 246851ae33 fixed unit circle
git-svn-id: trunk@4734 -
2003-10-28 14:25:37 +00:00

13 lines
294 B
Plaintext

Lazarus package for the FCL Interbase components
You need to install
- interbase
- or firebird 1.0.x
- or firebird 1.5 and create a link
/usr/lib/libgds.so -> /usr/local/firebird/lib/libfbclient.so
For example:
ln -s /usr/local/firebird/lib/libfbclient.so /usr/lib/libgds.so