Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 346 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 346 Bytes

bsio

better asio (++asio)

compiler

  • gcc 9.3 in tested
  • msvc 16 in tested (visual studio 2019)

build example

cmake .
make

only install bsio

cmake . -Dbsio_BUILD_EXAMPLES=OFF
sudo make install

install asio

  • Ubuntu
sudo apt-get install -y libasio-dev
  • CentOS
yum install -y asio-devel