Skip to content

Commit 43ce323

Browse files
committed
Modified Readme.md.
1 parent b9064d7 commit 43ce323

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ int main()
4747

4848
## Compile & Run Testing
4949
Having googletest (find here on github) installed / built is a requirement to run the tests.
50-
Navigate into the tests folder and build the source using the CMakeLists. You might have to adapt the linker line for gtest, if you built it yourself and didn't install it into your system.
50+
Create a build folder, navigate there, run cmake and build the tree-tests target.
51+
You might have to adapt the linker line for gtest, if you built it yourself and didn't install it into your system.
52+
If you want to generate the pretty drawings, install cairo, pull the submodule and pass DRAW_EXAMPLES=on to the cmake command line to generate a drawings/make_drawings executeable.
5153

5254
## Free Functions
5355
### interval<NumericT, Kind> make_safe_interval(NumericT border1, NumericT border2)

0 commit comments

Comments
 (0)