Skip to content

Commit 51fcaf7

Browse files
Update README.md
1 parent 99c6569 commit 51fcaf7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,13 @@ There are many options to build AdTree. Choose one of the following (or whatever
3939
of AdTree. Then you should have obtained a usable project and just build. I recommend using
4040
[CLion](https://www.jetbrains.com/clion/) or [QtCreator](https://www.qt.io/product).
4141
- Option 2: Use CMake to generate project files for your IDE. Then load the project to your IDE and build.
42-
- Option 3: Use CMake to generate Makefiles and then `make` (on Linux/macOS) or `nmake`(on Windows with Microsoft
43-
Visual Studio).
44-
42+
- Option 3: Use CMake to generate Makefiles and then `make` (on Linux/macOS) or `nmake`(on Windows with Microsoft Visual Studio). For example, on Linux or macOS, you can simply
43+
```
44+
$ cd adtree
45+
$ cmake .
46+
$ make
47+
```
48+
4549
Don't have any experience with C/C++ programming? Have a look at [How to build AdTree step by step](./How_to_build.md).
4650
4751
This demo version provides a user interface with menus. Just clicking on the menus will do all the magic :-)

0 commit comments

Comments
 (0)