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

@ -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.