Skip to content

david-hoze/RxCppAsioReproduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installing boost

wget https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2
tar xfz boost_1_71_0.tar.gz
rm boost_1_71_0.tar.gz
cd boost_1_71_0
./bootstrap.sh --prefix=/usr/local --with-libraries=system,thread,program_options,filesystem,locale,iostreams
./b2 -j 8
cd ..
mv boost_1_71_0 /opt
ldconfig

Possibly you might need these

export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/opt/boost_1_71_0/stage/lib
echo "export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/opt/boost_1_70_0/stage/lib" >> ~/.bashrc

About

Reproduction of an issue with RxCpp and Boost.Asio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published