Update Build instructions

This commit is contained in:
Albert Babí Oller 2020-10-14 11:12:17 -04:00
parent 7c78e35ac2
commit 867a0736c1
1 changed files with 4 additions and 4 deletions

View File

@ -811,11 +811,11 @@ export LD_LIBRARY_PATH=/home/<username>/Qt/5.15.0/gcc_64/lib
- For Debian based: - For Debian based:
```bash ```bash
sudo apt install qtmultimedia5-dev libqt5svg5* qtwebengine5-dev qtdeclarative5-dev qtquickcontrols2-5-dev qml-module-qtquick* pandoc sudo apt install qtmultimedia5-dev libqt5svg5* qtwebengine5-dev qtdeclarative5-dev qtquickcontrols2-5-dev qml-module-qtquick* pandoc
``` ```
- For Fedora: - For Fedora:
```bash ```bash
sudo dnf install qt5-qtsvg-devel qt5-qtwebengine-devel qt5-multimedia-devel qt5-qtdeclarative-devel pandoc sudo dnf install qt5-qtsvg-devel qt5-qtwebengine-devel qt5-multimedia-devel qt5-qtdeclarative-devel pandoc
``` ```
#### Build Instructions #### Build Instructions
@ -826,8 +826,8 @@ cd client-qt
pandoc -f markdown -t html5 -o changelog.html changelog.md pandoc -f markdown -t html5 -o changelog.html changelog.md
mkdir build mkdir build
cd build cd build
${YOUR_QT5_gcc64_PATH}/Qt/5.15.0/gcc_64/bin/qmake ../jami-qt.pro ${YOUR_QT5_gcc64_PATH}/bin/qmake ../jami-qt.pro
make -j9 make
``` ```
Then, you are finally ready to launch jami-qt in your build directory. Then, you are finally ready to launch jami-qt in your build directory.