Skip to content

Instantly share code, notes, and snippets.

@ankur-anand
Last active September 21, 2024 18:22
Show Gist options
  • Save ankur-anand/389536ccd5accd50143bdacf605dc79b to your computer and use it in GitHub Desktop.
Save ankur-anand/389536ccd5accd50143bdacf605dc79b to your computer and use it in GitHub Desktop.
Install FlatBuffers On Linux
$ git clone https://github.com/google/flatbuffers.git
$ cd flatbuffers
$ cmake -G "Unix Makefiles"
$ make
$ ./flattests # this is quick, and should print "ALL TESTS PASSED"
$ sudo make install #install
$ sudo ldconfig #Configuring a dynamic link library
$ flatc --version #Check if FlatBuffers is installed successfully
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment