diff --git a/README.md b/README.md index d9d5cbf..710498c 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ First, you'll need to install OpenIGTLink and libspacenav system-wide. Once that's done, do: ```bash +mkdir build +cd build +cmake .. make ```