mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
docs(INSTALL): Fix clone path, update Debian build dependencies
This commit is contained in:
parent
a6e3947a46
commit
5852d61914
|
@ -260,8 +260,9 @@ Afterwards open a new terminal, change to a directory of your choice and clone
|
||||||
the repository:
|
the repository:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd /home/$USER/qTox
|
cd /home/$USER
|
||||||
git clone https://github.com/qTox/qTox.git qTox
|
git clone https://github.com/qTox/qTox.git qTox
|
||||||
|
cd qTox
|
||||||
```
|
```
|
||||||
|
|
||||||
The following steps assumes that you cloned the repository at
|
The following steps assumes that you cloned the repository at
|
||||||
|
@ -300,7 +301,6 @@ sudo apt-get install \
|
||||||
libexif-dev \
|
libexif-dev \
|
||||||
libgdk-pixbuf2.0-dev \
|
libgdk-pixbuf2.0-dev \
|
||||||
libgtk2.0-dev \
|
libgtk2.0-dev \
|
||||||
libkdeui5 \
|
|
||||||
libopenal-dev \
|
libopenal-dev \
|
||||||
libopus-dev \
|
libopus-dev \
|
||||||
libqrencode-dev \
|
libqrencode-dev \
|
||||||
|
@ -313,7 +313,7 @@ sudo apt-get install \
|
||||||
libxss-dev \
|
libxss-dev \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
qrencode \
|
qrencode \
|
||||||
qt5-default \
|
qtbase5-dev \
|
||||||
qttools5-dev \
|
qttools5-dev \
|
||||||
qttools5-dev-tools \
|
qttools5-dev-tools \
|
||||||
yasm
|
yasm
|
||||||
|
|
Loading…
Reference in New Issue
Block a user