frgomes / scala-bindgen

A native binding generator for the Scala language.
BSD 3-Clause "New" or "Revised" License
35 stars 6 forks source link

Find location of Clang #9

Closed frgomes closed 7 years ago

frgomes commented 8 years ago

At the moment, before running the executable we have to inform where Clang libraries are located.

$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/developer/clang+llvm-3.8.0-x86_64-linux-gnu-debian8/lib
$ bindgen/target/scala-2.11/bindgen-out

This is far from acceptable.

frgomes commented 7 years ago

It's a matter of making sure the environment has all requirements installed. See: requirements.sh