Skip to content
Snippets Groups Projects
Commit d6eede41 authored by Albert  Babí Oller's avatar Albert Babí Oller Committed by Ming Rui Zhang
Browse files

misc: update readme

Change-Id: I43437a5124102b07949ea27f54513044b126b8d0
parent 4ca581e1
No related branches found
No related tags found
No related merge requests found
......@@ -40,9 +40,7 @@ Note: This project is quite new, and still need some work for the build integrat
This client is only the graphical part, you will need to also build the daemon and LRC (the library containing the logic for desktop clients). Because of this, the recommended way is to clone our [meta-repository](https://review.jami.net/admin/repos/ring-project) containing all submodules needed.
In order to use the QML Client it is necessary to install the Qt version 5.15 or higher. You can install it [from sources or download the binary installer](https://www.qt.io/download).
Finally, pandoc is needed to generate the changelog page.
In order to use the Qt Client it is necessary to have the Qt version 5.14 or higher. If your system does not have it you can install it [from sources or download the binary installer](https://www.qt.io/download).
## Build all projects
......@@ -81,7 +79,6 @@ And you will have the daemon in `daemon/bin/dring` and the client in `client-qt/
```bash
cd client-qt
pandoc -f markdown -t html5 -o changelog.html changelog.md
mkdir build
cd build
${YOUR_QT5_gcc64_PATH}/bin/qmake /jami-qt.pro
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment