This code parses SciDB source and documentation pages to build a database of AFL function information. This database is in turn used to build the SciDBpy AFL binding
- Obtain the SciDB source code
- Build the manpages, as described here
- Edit the Makefile if needed.
SCIDB_MATNPATHshould point to thedoc/api/man/man3subdirectory of wherever the documentation was built.SCIDB_SRCPATHshould point to thesrc/subdirectory of the SciDB source code - run
maketo generateafldb.py