Skip to content
Snippets Groups Projects
Commit 9de97dc6 authored by Albert  Babí Oller's avatar Albert Babí Oller
Browse files

Spell correction

parent 4aae0aff
Branches
Tags
No related merge requests found
......@@ -12,7 +12,7 @@ You can download and install the Jami daemon as described in the [install instru
LRC
---
It is necessary to compile the *libringclient* with the installed Qt version 5.15. Before compiling you should remove all files in build folder and set the path to Qt libraries, for example, if Qt installation folder is in your home directory:
It is necessary to compile the *libringclient* with the installed Qt version 5.15. Before compiling you should remove all files in build folder and set the path to Qt libraries. For example, if Qt installation folder is in your home directory:
```sh
export CMAKE_PREFIX_PATH=~/Qt/5.15.0/gcc_64
......@@ -21,7 +21,7 @@ export LD_LIBRARY_PATH=~/Qt/5.15.0/gcc_64/lib
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:
Check that *libringclient* uses the correct path to the Qt libraries with:
```sh
ldd libringclient.so
......@@ -31,7 +31,7 @@ libQt5DBus.so.5 => /home/<username>/Qt/5.15.0/gcc_64/lib/libQt5DBus.so.5 (0x0000
QML Client
----------
Once the LRC is build you can download and compile the QML Client as described in the [Windows Client instructions](https://git.jami.net/savoirfairelinux/ring-lrc/blob/master/INSTALL).
Once the LRC is built you can download and compile the QML Client as described in the [Windows Client instructions](https://git.jami.net/savoirfairelinux/ring-lrc/blob/master/INSTALL).
**Note**: If LRC has been built inside its project directory, you need to add the path in the jami-qt.pro:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment