Leave a Comment
https://stackoverflow.com/questions/55394537/how-to-install-flatc-and-flatbuffers-on-linux-ubuntu
solution for flatc and flatbuffers for linux ubuntu :
- choice “folder for installation”
- cd “folder for installation”
- git clone https://github.com/google/flatbuffers.git
- cd flatbuffers
- cmake -G “Unix Makefiles” (install cmake if need)
- make
- sudo ln -s /full-path-to-flatbuffer/flatbuffers/flatc /usr/local/bin/flatc
- chmod +x /full-path-to-flatbuffer/flatbuffers/flatc
- run in any place as “flatc”