Skip to content

Commit 98929c9

Browse files
committed
updates README
1 parent 9e4e4cb commit 98929c9

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<div align="center">
2-
# CPP Expression Tree
3-
4-
Header-only C++14 library for creating and evaluating logical expression trees.
5-
6-
Inspired by m-peko/booleval.
7-
</div>
1+
2+
# CPP Expression Tree
3+
4+
Header-only C++14 library for creating and evaluating logical expression trees.
5+
6+
Inspired by m-peko/booleval.
87

98
<br/>
109

@@ -81,6 +80,8 @@ To include this library in your project, simply copy the content of the `include
8180

8281
## Compiling
8382

83+
This project uses the CMake build system. The minimum CMake version is set to 3.10.
84+
8485
First, clone the git repository and navigate into the local copy. Once you're there, run the following commands:
8586

8687
```
@@ -93,6 +94,8 @@ make
9394

9495
After cloning and compiling the project, navigate to the build directory that was created. Enable the `BUILD_TESTING` CMake flag if it is not already enabled. Finally, run:
9596

96-
`ctest .`
97+
```
98+
ctest .
99+
```
97100

98101
This will execute the unit tests and provide a pass/fail indication for each one.

0 commit comments

Comments
 (0)