Skip to content
Snippets Groups Projects
Commit 1f73c367 authored by Brandon Lai-Cheong's avatar Brandon Lai-Cheong
Browse files

Update README.md

parent 24f2ca55
No related branches found
No related tags found
No related merge requests found
...@@ -8,11 +8,20 @@ The datastructure is capable of performing the following queries: ...@@ -8,11 +8,20 @@ The datastructure is capable of performing the following queries:
2. get the visible surface area 2. get the visible surface area
## Building ## Building
Create a build directory and setup cmake
``` ```
mkdir build mkdir build
cd build cd build
cmake .. cmake ..
```
Build code
```
make make
./tests
``` ```
Run tests
```
./tests
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment