An open API service indexing awesome lists of open source software.

https://github.com/avitase/hdf5-static-linking-test


https://github.com/avitase/hdf5-static-linking-test

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# How to build?

```bash
mkdir -p build
cd build
cmake ..
make -j
```