aqnwb 0.3.0
Loading...
Searching...
No Matches
Installation 🛠️

Requirements

Please ensure that the required libraries are installed.

Source

The source code for AqNWB is available online via the AqNWB GitHub repository. To checkout the latest developer version, clone the repository via:

git clone https://github.com/NeurodataWithoutBorders/aqnwb.git

Build

Here are the steps for building in release mode with a multi-configuration generator:

cmake -S . -B build
cmake --build build --config Release

Use the flag -DBUILD_SHARED_LIBS=ON to generate the shared library file.

Note
If you are using a custom installation of HDF5 that is not being detected automatically by CMake, you can specify the HDF5_ROOT environment variable to point to the install directory of HDF5.

Install

Here is the command for installing the release mode artifacts with a multi-configuration generator:

cmake --install build --config Release