I'm trying to install DSSP, which requires the boost libraries. I'm trying to specify the location of the boost libraries (/home/devin/boost_1_57_0), but make doesn't seem to recognize it.
I've tried:
make -I /home/devin/boost_1_57_0
make -I /home/devin/boost_1_57_0/boost
make -I ../boost_1_57_0
make -I/home/devin/boost_1_57_0
etc etc
I don't know why this isn't working.
I tried doing
CXXFLAGS="-I/home/devin/boost_1_57_0" make
But I still get errors:
In file included from src/mkdssp.cpp:8:
src/mas.h:27:29: error: boost/version.hpp: No such file or directory
src/mas.h:28:29: error: boost/cstdint.hpp: No such file or directory
src/mkdssp.cpp:17:37: error: boost/program_options.hpp: No such file or directory
src/mkdssp.cpp:18:48: error: boost/iostreams/filtering_stream.hpp: No such file or directory