From e79ddcd81591ad2a14f6c3eaa2f9e7c30225bb10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD=20=D0=9F=D0=BE=D0=B4=D0=BC=D0=BE?= =?UTF-8?q?=D0=B3=D0=B8=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9?= Date: Sun, 4 Sep 2022 00:12:32 +0300 Subject: [PATCH] Update 'README.md' --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 67d8339..1dde0f6 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,12 @@ Link to the original repository: https://gitlab.com/VladyslavUsenko/basalt The main feature is that it shows the AR cubes in the Pangolin visualization window. ## Installation -Please refer to the original repository for the installation and running instructions: https://gitlab.com/VladyslavUsenko/basalt \ No newline at end of file +Please refer to the original repository for the installation and running instructions: https://gitlab.com/VladyslavUsenko/basalt + +### Building +``` +mkdir build +cd build +cmake .. +make +``` \ No newline at end of file