chriskohlhoff / asio

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

How to build asio on Linux and Windows #1463

Open yuzu-ogura opened 2 months ago

yuzu-ogura commented 2 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 2 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