Skip to content

Instantly share code, notes, and snippets.

@jiacai2050
Last active May 6, 2024 09:39
Show Gist options
  • Save jiacai2050/93894f7fcfda48d0f94b1fb8702136a7 to your computer and use it in GitHub Desktop.
Save jiacai2050/93894f7fcfda48d0f94b1fb8702136a7 to your computer and use it in GitHub Desktop.
wget 'https://github.com/google/flatbuffers/archive/refs/tags/v24.3.25.tar.gz'
tar xzf flatbuffers-24.3.25.tar.gz
pushd flatbuffers-24.3.25
cmake -G "Unix Makefiles"
make
make install
ldconfig
flatc --version
rm -rf flatbuffers-24.3.25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment