Gorilla-Lab-SCUT/frustum-convnet

boost/geometry.hpp: No such file or directory

vadik6666 opened this issue · 1 comments

Hi! I am trying to compile this code, but at bash make.sh I got
box_ops.h:7:30: fatal error: boost/geometry.hpp: No such file or directory

I tried to download Boost library from here, unpack it and to add Boost folder location to a PATH variable. But I still get the same error.

@zhixinwang How can I fix it? I am working in Ubuntu 16.04.6 LTS, Python 3.7.4

solved with sudo apt-get install libboost-dev