mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Update INSTALL.md
This commit is contained in:
parent
f7bef8d5c3
commit
86c672b8d7
|
@ -14,6 +14,7 @@
|
|||
| Tox Core | most recent | core, av |
|
||||
| OpenCV | >= 2.4.9 | core, highgui, imgproc |
|
||||
| OpenAL Soft | >= 1.16.0 | |
|
||||
| filter_audio | most recent | |
|
||||
|
||||
|
||||
<a name="linux" />
|
||||
|
@ -127,6 +128,12 @@ cd /home/user/qTox
|
|||
./bootstrap.sh # use -h or --help for more information
|
||||
```
|
||||
|
||||
###filter_audio
|
||||
You also need to install filter_audio library separately if you did not run ``./bootstrap.sh``.
|
||||
```bash
|
||||
./install_libfilteraudio.sh
|
||||
```
|
||||
|
||||
After all the dependencies are thus reeady to go, compiling should be as simple as
|
||||
```bash
|
||||
qmake
|
||||
|
|
Loading…
Reference in New Issue
Block a user