-
Notifications
You must be signed in to change notification settings - Fork 0
jiudianren/STLAndBoost
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
为了使用https ,需要安装如下软件 apt-get install -y openssl apt-get install -y libssl-dev apt-get install -y zlib1g-dev #full install ./bootstrap.sh --prefix=/usr --exec-prefix=/usr/lib/boost --show-libraries ./b2 installl #partion install ./bjam stage --with-iostreams --with-log define=BOOST_LOG_USE_STD_REGEX define=BOOST_LOG_WITHOUT_WCHAR_T --with-system --with-date_time --with-filesystem link=shared runtime-link=shared threading=multi variant=debug cp stage/lib/* ~/tools/runtime/lib CMAKE 方式 mkdir build cd build [1] Debug mode cmake -DCMAKE_INSTALL_PREFIX=./ -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=`which gcc` -DCMAKE_CXX_COMPILER=`which c++` .. [2] Release with debuginfo mode [as default] cmake -DCMAKE_INSTALL_PREFIX=$HOME -DCMAKE_C_COMPILER=`which gcc` -DCMAKE_CXX_COMPILER=`which c++` .. make make install
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published