This package is a system module wrapper for FBCAccess – the official C library for Frontbase –, which must be installed separately before using it in Swift projects.
Note: the database itself does not need to be running, only the header and library files matter.
Download an appropriate installer from the Frontbase download page.
Swift requires a pkgConfig configuration to find the header and library files.
Run the provided setupFBCAccess.sh
script to install the required configuration file. It will sudo
, so use an account that's in sudoers
.