AimRT/_deps/boost-src/libs/convert/doc/generate-html.sh

18 lines
225 B
Bash
Raw Normal View History

2025-01-12 20:37:50 +08:00
# boost-no-inspect
if [[ -d "$BOOST_ROOT" ]]
then
echo Using BOOST_ROOT=$BOOST_ROOT
else
export BOOST_ROOT=$HOME/dev/boost
fi
$BOOST_ROOT/b2 --toolset=gcc --enable-index
rm -rf convert_reference.xml
rm -rf bin