Skip to content
Snippets Groups Projects
Commit 93582fa7 authored by Joseph Boudreau's avatar Joseph Boudreau
Browse files

The qt dependencies on Ubuntu have changed.

qt5-default has been accordingly replaced with qtbase5-dev
parent 45040c19
No related branches found
No related tags found
1 merge request!185The qt dependencies on Ubuntu have changed.
......@@ -66,7 +66,7 @@ echo 'export PATH="/opt/homebrew/opt/qt@5/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 libsqlite3-dev
sudo apt-get update -qq && sudo apt-get install -y -qq git cmake wget unzip build-essential freeglut3-dev libboost-all-dev qtbase5-dev 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.
Finish editing this message first!
Please register or to comment