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
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,9 @@ int main()
47
47
48
48
## Compile & Run Testing
49
49
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.
0 commit comments