mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 12:03:18 +02:00
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
This commit is contained in:
parent
0024721192
commit
15d62f0200
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue