Skip to content
Snippets Groups Projects
Commit 6b969470 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

(docs) upadte sqlite dependency for Ubuntu

parent 40933c9d
Branches
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ echo 'export PATH="/usr/local/opt/qt/bin:$PATH"' >> ~/.zshrc
On Ubuntu, you can install all the needed third-party dependencies by using the built-in `apt` package manager:
```bash
sudo apt-get update -qq && sudo apt-get install -y -qq git cmake wget unzip build-essential freeglut3-dev libboost-all-dev qt5-default libeigen3-dev libxerces-c-dev
sudo apt-get update -qq && sudo apt-get install -y -qq git cmake wget unzip build-essential freeglut3-dev libboost-all-dev qt5-default libeigen3-dev libxerces-c-dev libsqlite3-dev
```
### Linux/Fedora
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment