From 4c209e2f61604ef4a0412c8fe71b97f490ec2a43 Mon Sep 17 00:00:00 2001 From: kote Date: Tue, 27 Aug 2019 17:27:11 +0800 Subject: [PATCH] merging --- docs/devs/building/qt-desktop-gui.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/devs/building/qt-desktop-gui.md b/docs/devs/building/qt-desktop-gui.md index 4401fbe..e3c8cfc 100644 --- a/docs/devs/building/qt-desktop-gui.md +++ b/docs/devs/building/qt-desktop-gui.md @@ -36,7 +36,15 @@ If you are an Arch Linux user, refrain from updating system with `pacman -Syu`. ### With Qt Creator -TBD +``` +sudo apt install qtcreator qt5-default build-essential g++ make libcrypto++-dev libssl-dev libboost-all-dev libminiupnpc-dev libwebsocketpp-dev libqt5gui5 git +mkdir git +cd git +git clone https://github.com/PurpleI2P/i2pd.git +``` + +Then, open Qt Creator. Open `git/i2pd/qt/i2pd_qt/i2pd_qt.pro`; set build make parameter +`-jNUMBER-OF-CPU-CORES`, e.g. `-j7`. Then, finally, press Make button. ### Without Qt Creator