## SECTION=system_libraries # boost configuration menuconfig BOOST tristate select LIBC_M if BOOST_INST_NOMT_DBG || BOOST_INST_NOMT_RED || BOOST_INST_MT_DBG || BOOST_INST_MT_RED select LIBC_RT if BOOST_INST_NOMT_DBG || BOOST_INST_NOMT_RED || BOOST_INST_MT_DBG || BOOST_INST_MT_RED select LIBC_PTHREAD if BOOST_INST_MT_DBG || BOOST_INST_MT_RED select GCCLIBS_CXX if BOOST_INST_NOMT_DBG || BOOST_INST_NOMT_RED || BOOST_INST_MT_DBG || BOOST_INST_MT_RED select GCCLIBS_GCC_S if BOOST_INST_NOMT_DBG || BOOST_INST_NOMT_RED || BOOST_INST_MT_DBG || BOOST_INST_MT_RED select ZLIB if BOOST_IOSTREAMS select BZIP2 if BOOST_IOSTREAMS select BZIP2_LIBBZ2 if BOOST_IOSTREAMS prompt "boost " help Boost provides free peer-reviewed portable C++ source libraries. The project emphasizes libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use. The boost team aims to establish "existing practice" and provide reference implementations so that Boost libraries are suitable for eventual standardization. Ten Boost libraries are already included in the C++ Standards Committee's Library Technical Report ( TR1) as a step toward becoming part of a future C++ Standard. More Boost libraries are proposed for the upcoming TR2. For details see the project homepage: http://www.boost.org/ if BOOST comment "Targetinstall Options " config BOOST_INST_NOMT_DBG bool prompt "Install binaries with debug functions" help Install binaries with debugging functions. config BOOST_INST_NOMT_RED bool prompt "Install reduced binaries" default y help Installs reduced binaries witout debugging functions. config BOOST_INST_MT_DBG bool select BOOST_THREAD prompt "Install binaries with multithread support and debug functions" help Installs binaries with multithread support, needs thread library. config BOOST_INST_MT_RED bool select BOOST_THREAD prompt "Install reduced binaries with multithread support" default y help Installs binaries with multithread support, needs thread library. comment "Boost Libraries" config BOOST_DATE_TIME bool prompt "date_time" help Boost date time library. config BOOST_FILESYSTEM bool prompt "filesystem" help Boost filesystem library. config BOOST_GRAPH bool prompt "graph" help Boost graph library. config BOOST_IOSTREAMS bool prompt "iostreams" help Boost iostream library. config BOOST_PROGRAM_OPTIONS bool prompt "program options" help Boost programm option parser config BOOST_REGEX bool prompt "regex" help Boost regex library. config BOOST_SERIALIZATION bool prompt "serialization" help Boost serialization library. config BOOST_SIGNALS bool prompt "signals" help Boost signals library. config BOOST_TEST bool prompt "test" help Boost test framework. config BOOST_THREAD bool prompt "thread" help Portable C++ multi-threading library. config BOOST_WAVE bool prompt "wave" help Boost wave library. config BOOST_PYTHON bool prompt "python" depends on BROKEN help boost python support. (still broken) endif