
5 May
2013
5 May
'13
11:40 a.m.
AMDG On 05/05/2013 04:10 AM, Edward Diener wrote:
I am trying to get started using Boost under Linux in order to test my TTI library using the latest trunk. So first I try using bootstrap with:
./bootstrap.sh --prefix=~/bin
It completes succesfully but nothing is put in my home bin subdirectory. Did I do something wrong ?
./booststrap.sh doesn't build anything. To install Boost, run ./b2 install If you just want to test TTI use: ./b2 libs/tti/test In Christ, Steven Watanabe