Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 842 Bytes

install.md

File metadata and controls

24 lines (17 loc) · 842 Bytes

HFD5 kdb+ library installation

Requirements

Installing a release

We recommend you install this interface through a release:

  1. Ensure you have downloaded/installed the HDF groups C API for HDF5 following the instructions.
  2. Download a release from here
  3. Install by executing the following from the Release directory. NOTE: by default, the q executable script q/hdf5.q and binary file lib/hdf5kdb.(so|dll) will be copied to $QHOME and $QHOME/[mlw](64) but you can override this by setting the environment variables Q_SCRIPT_DIR and/or Q_SHARED_LIB_DIR.

Linux/macOS

chmod +x install.sh && ./install.sh

Windows

>install.bat