$ 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
Last active
September 21, 2024 18:22
-
-
Save ankur-anand/389536ccd5accd50143bdacf605dc79b to your computer and use it in GitHub Desktop.
Install FlatBuffers On Linux
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment