We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096911a commit 7327089Copy full SHA for 7327089
README.md
@@ -15,16 +15,15 @@ Quick Demo: Run with the **same parameter setting** without tuning for different
15
## 0. Setup
16
17
```bash
18
-sudo add-apt-repository ppa:ubuntu-toolchain-r/test
19
-sudo apt update && apt install gcc-10 g++-10
+sudo apt update && sudo apt install gcc-10 g++-10
20
sudo apt install libtbb-dev liblz4-dev
21
```
22
23
Dockerfile will be soon available.
24
25
-Clone and init submodules:
+Clone quickly and init submodules:
26
27
-git submodule update --init --recursive
+git clone --recursive -b main --single-branch https://github.com/KTH-RPL/dufomap.git
28
29
30
## 1. Build & Run
0 commit comments