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

Merge branch 'boudreau-master-patch-58404' into 'master'

The qt dependencies on Ubuntu have changed.

See merge request !185
parents 45040c19 93582fa7
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.
Please register or to comment