You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,10 @@ There are many options to build AdTree. Choose one of the following (or whatever
37
37
38
38
- Option 1: Use any IDE that can directly handle CMakeLists files to open the `CMakeLists.txt` in the root directory
39
39
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
+
42
44
- Option 3: Use CMake to generate Makefiles and then build.
0 commit comments