Skip to content

Commit 594a909

Browse files
authored
Update README.md
1 parent 76f8444 commit 594a909

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,13 @@ Please see examples folder.
132132
## Build from source - Windows
133133
- [ ! ] Microsoft Visual Studio 2017 is not supported.
134134
- Windows SDK 10x. You can download it from http://microsoft.com
135-
- Microsoft Visual Studio 2019.
136-
- CMake +3.15.0. You can download it from https://cmake.org/download
135+
- Microsoft Visual Studio 2019 (or build tools 2019).
136+
- CMake +3.13.0. You can download it from https://cmake.org/download
137+
- Boost +1.76
137138
- Python 3.8 (only if you want cWebUI).
138139
139140
### Using MSVC
141+
- First make sure you have Boost +1.76 MSVC version (https://sourceforge.net/projects/boost/files/boost-binaries/1.76.0/boost_1_76_0-msvc-14.2-64.exe/download)
140142
```sh
141143
git clone https://github.com/alifcommunity/webui.git
142144
cd webui
@@ -146,12 +148,12 @@ cd build
146148
147149
Generate Visual Studio 2019 solution
148150
```sh
149-
cmake .. -G "Visual Studio 16 2019"
151+
cmake .. -G "Visual Studio 16 2019" -DBOOST_ROOT=C:/local/boost_1_76_0 -DBOOST_LIBRARYDIR=C:/local/boost_1_76_0/lib64-msvc-14.2
150152
```
151153
152154
Generate Makefile for Microsoft Visual Studio build tools 2019.
153155
```sh
154-
cmake .. -G "NMake Makefiles"
156+
cmake .. -G "NMake Makefiles" -DBOOST_ROOT=C:/local/boost_1_76_0 -DBOOST_LIBRARYDIR=C:/local/boost_1_76_0/lib64-msvc-14.2
155157
nmake
156158
```
157159

0 commit comments

Comments
 (0)