If you need flatc installing from conda-forge would be the simplest thing. 
These 3 lines

```
source $TRAVIS_BUILD_DIR/ci/travis_install_conda.sh
conda create -n conda-flatbuffers -y -q flatbuffers
conda activate conda-flatbuffers
```

adapted from

https://github.com/apache/arrow/blob/master/ci/travis_before_script_c_glib.sh#L24

will put flatc in your path

[ Full content available at: https://github.com/apache/arrow/pull/2515 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to