mirror of
https://github.com/flatgeobuf/flatgeobuf.git
synced 2025-12-08 19:06:03 +00:00
4 lines
150 B
Bash
Executable File
4 lines
150 B
Bash
Executable File
#!/bin/sh
|
|
curl -L https://github.com/dvidelabs/flatcc/archive/v0.6.0.tar.gz | \
|
|
tar xz -C src/c/include --strip-components=2 flatcc-0.6.0/include
|