Closed mattgodbolt closed 6 years ago
This is a result of not knowing Boost at this point. I've commented out where it would invoke Accio to get a package, but it should be integrated with pkg-config to retrieve local build information.
I've added the boost information to the local hook so now it should just work.
I ran
bin/evoke_main
from the top levelevoke
directory (just after building it with make). It compiled (yay!) but failed to link, as it seemingly didn't find the dependency onboost
. I'd hope it could build itself :)I installed
boost
usingapt
, and themake
process found it ok.