1
0
mirror of https://github.com/PurpleI2P/i2pd_docs_en synced 2025-03-13 05:41:16 +00:00

Merge pull request #32 from nonlinear-chaos-order-etc/master

added section: building i2pd_qt under ubuntu with qt creator
This commit is contained in:
l-n-s 2019-09-22 05:06:30 -04:00 committed by GitHub
commit 5098126c8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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