- kdb+ ≥ 3.5 64-bit
- HDF5 C API ≥ 1.10.9
We recommend you install this interface through a release:
- Ensure you have downloaded/installed the HDF groups C API for HDF5 following the instructions.
- Download a release from here
- Install by executing the following from the Release directory. NOTE: by default, the q executable script
q/hdf5.q
and binary filelib/hdf5kdb.(so|dll)
will be copied to$QHOME
and$QHOME/[mlw](64)
but you can override this by setting the environment variablesQ_SCRIPT_DIR
and/orQ_SHARED_LIB_DIR
.
chmod +x install.sh && ./install.sh
>install.bat