2011/6/17 prasad jondhale <jondhale.prasad@gmail.com>
hi all,
  i am trying to install boost library on dev cpp but not able to do it as i am new to boost so please give me step by step procedure to install it on dev cpp
 i am trying from last 5 days
thanx

If you're using the header only libraries:
    Tools->Compiler Options->Directories->C++ Includes->Add your BOOST_ROOT

Or you can do it form Project Options instead.



HTH