I have installed boost through Homebrew as stated in here but after I enter "brew install boost" it showed
Warning: boost-1.60.0_1 already installed, it's just not linked
And the purpose of installing boost is it is a dependency of installing a package called "astra-toolbox", then after installing boost, I proceed as stated in this page: here2
and I typed
cd build/linux
./autogen.sh
./configure --with-python --prefix=/usr/local/astra
as stated in the page but it shows the error:
configure: error: boost not found
So I cannot proceed to install this package.
So what should I do in order to have astra-toolbox installed? Or how to install boost correctly?
Thanks in advance!