Skip to content

Instantly share code, notes, and snippets.

@aosterthun
Created September 17, 2020 14:03
Show Gist options
  • Save aosterthun/098b8c513bbe821d3b6b76b74ecfb535 to your computer and use it in GitHub Desktop.
Save aosterthun/098b8c513bbe821d3b6b76b74ecfb535 to your computer and use it in GitHub Desktop.
Build TileDB
git clone https://github.com/TileDB-Inc/TileDB
cd TileDB
mkdir build && cd build
../bootstrap
make -j8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment