From 4aae0afffa7a7019c245457ef35906c6d4263f87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20=20Bab=C3=AD=20Oller?= <albert.babi@savoirfairelinux.com> Date: Fri, 26 Jun 2020 05:54:49 -0400 Subject: [PATCH] Update Linux --- Build-QML-Client-on-GNU/Linux.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Build-QML-Client-on-GNU/Linux.md b/Build-QML-Client-on-GNU/Linux.md index b84ab452..6c1f6981 100644 --- a/Build-QML-Client-on-GNU/Linux.md +++ b/Build-QML-Client-on-GNU/Linux.md @@ -8,7 +8,7 @@ In order to use the QML Client it is necessary to install the Qt version 5.15 or Daemon ------ -You can download and install the Jami daemon as described in the [instructions](https://git.jami.net/savoirfairelinux/ring-daemon). +You can download and install the Jami daemon as described in the [install instructions](https://git.jami.net/savoirfairelinux/ring-daemon). LRC --- @@ -19,12 +19,8 @@ export CMAKE_PREFIX_PATH=~/Qt/5.15.0/gcc_64 export LD_LIBRARY_PATH=~/Qt/5.15.0/gcc_64/lib ``` -Then you can download and build LRC library as described in the [instructions](https://git.jami.net/savoirfairelinux/ring-lrc/blob/master/INSTALL): -```sh -cd build -cmake .. -make -``` +Then you can download and build LRC library as described in the [install instructions](https://git.jami.net/savoirfairelinux/ring-lrc/blob/master/INSTALL): + Check that *libringclient* uses the correct path for the Qt libraries with: ```sh -- GitLab