Skip to content
Snippets Groups Projects
Commit 15d62f02 authored by Page Magnier-Slimani's avatar Page Magnier-Slimani
Browse files

Documentation: Clarified the need for libqt-jami during compilation

This commit clarifies the need for the user to specify the path to libqt-jami
in the ./build.py --install call.

Change-Id: I89d512bae7d476e9e5cbf73cb5e05b8d00e842cf
parent 00247211
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ sudo ./build.py --dependencies
Then, you can build daemon and the client using:
```bash
./build.py --install
./build.py --install [--qt=<path/to/qt> (this needs to be the same as in the previous ./build.py --init)]
```
If you use a Qt version that is not system-wide installed, you need to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment