Update 'README.md'

This commit is contained in:
2022-09-04 00:12:32 +03:00
parent e5da0af502
commit e79ddcd815

View File

@@ -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
Please refer to the original repository for the installation and running instructions: https://gitlab.com/VladyslavUsenko/basalt
### Building
```
mkdir build
cd build
cmake ..
make
```