mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 21:07:26 +02:00
committed by
Mohammad Nejati
parent
9e16754dd5
commit
9d5ee3fc43
@ -201,8 +201,8 @@ a set of Visual Studio project files using these commands:
|
||||
cd libs/beast
|
||||
mkdir bin
|
||||
cd bin
|
||||
cmake .. # for 32-bit Windows builds, or
|
||||
cmake -G"Visual Studio 15 2017 Win64" .. # for 64-bit Windows builds (VS2017)
|
||||
cmake -G "Visual Studio 17 2022" -A Win32 .. # for 32-bit Windows builds, or
|
||||
cmake -G "Visual Studio 17 2022" -A x64 .. # for 64-bit Windows builds
|
||||
```
|
||||
|
||||
The files in the repository are laid out thusly:
|
||||
|
Reference in New Issue
Block a user