chriskohlhoff / asio

Asio C++ Library
http://think-async.com/Asio
4.98k stars 1.22k forks source link

How to build asio on Linux and Windows #1463

Open yuzu-ogura opened 7 months ago

yuzu-ogura commented 7 months ago

Excuse me. It‘s my fitst time to build asio from source code, but I havn't found the guidence about how to build. Pls help me

kahotv commented 7 months ago

you can use vcpkg.

Windows:

vcpkg install asio:x86-windows

see vcpkg\installed\x86-windows\include\

Linux:

./vcpkg install asio:x86-linux

vcpkg