- my boost is installed in /usr/local
- so in the ./configure you should specify the boost directory,or you will get error
- ./configure --with-boost=/usr/local
- make
- sudo make install
- my boost is installed in /usr/local
- so in the ./configure you should specify the boost directory,or you will get error
- ./configure --with-boost=/usr/local
- make
- sudo make install