Skip to content

Commit 51ede51

Browse files
Update README.md
1 parent 8b30d3a commit 51ede51

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ There are many options to build AdTree. Choose one of the following (or whatever
3737

3838
- Option 1: Use any IDE that can directly handle CMakeLists files to open the `CMakeLists.txt` in the root directory
3939
of AdTree. Then you should have obtained a usable project and just build. I recommend using
40-
[CLion](https://www.jetbrains.com/clion/) or [QtCreator](https://www.qt.io/product).
41-
- Option 2: Use CMake to generate project files for your IDE. Then load the project to your IDE and build.
40+
[CLion](https://www.jetbrains.com/clion/) or [QtCreator](https://www.qt.io/product). For Windows users: your IDE must be set for `x64`.
41+
42+
- Option 2: Use CMake to generate project files for your IDE. Then load the project to your IDE and build. For Windows users: your IDE must be set for `x64`.
43+
4244
- Option 3: Use CMake to generate Makefiles and then build.
4345
- on Linux or macOS:
4446
```

0 commit comments

Comments
 (0)