diff --git a/README.md b/README.md index 177b88b74e42d38af4588d721258e238ef3b691b..1dcc0e913ab6f96673add875eef7aa5687a35887 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,13 @@ Provides a datastructure for storing triangles based on how far they are from a The datastructure is capable of performing the following queries: 1. for a point, get the closest triangle 2. get the visible surface area + +## Building +``` +mkdir build +cd build +cmake .. +make +./tests +``` +