Skip to content

Instantly share code, notes, and snippets.

View aliwaqas333's full-sized avatar
🎯
Focusing

Ali Waqas aliwaqas333

🎯
Focusing
View GitHub Profile
@aliwaqas333
aliwaqas333 / install.sh
Created June 2, 2022 18:36 — forked from HoKim98/install.sh
[Ubuntu] OpenVSLAM automatic installation script
#!/bin/bash
cd ~/Desktop
# ---------------------------
## 0. Requirements
# ---------------------------
sudo apt-get update
sudo apt-get install -y build-essential git pkg-config cmake make \
gcc curl wget unzip \