mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
docs(INSTALL): added note about possible false positives on some anti virus SW
Signed-off-by: NWeyand <nweyand@users.sourceforge.net>
This commit is contained in:
parent
2c7f945326
commit
7d316009cd
11
INSTALL.md
11
INSTALL.md
|
@ -808,15 +808,20 @@ by installer automatically. Make sure that paths containing alternative `sh`,
|
||||||
Clone the repository (https://github.com/qTox/qTox.git) with your preferred Git
|
Clone the repository (https://github.com/qTox/qTox.git) with your preferred Git
|
||||||
client. [SmartGit](http://www.syntevo.com/smartgit/) or
|
client. [SmartGit](http://www.syntevo.com/smartgit/) or
|
||||||
[TorteiseGit](https://tortoisegit.org) are both very nice for this task
|
[TorteiseGit](https://tortoisegit.org) are both very nice for this task
|
||||||
(you may need to add the path to the `git.exe` system variable Path). The
|
(you may need to add `git.exe` to your `PATH` system variable). The
|
||||||
following steps assume that you cloned the repository at `C:\qTox`. If you
|
following steps assume that you cloned the repository at `C:\qTox`. If you
|
||||||
decided to choose another location, replace corresponding parts.
|
decided to choose another location, replace corresponding parts.
|
||||||
|
|
||||||
### Getting dependencies
|
### Getting dependencies
|
||||||
|
|
||||||
Run `bootstrap.bat` in cloned `C:\qTox` directory. Script will download rest of
|
Run `bootstrap.bat` in the previously cloned `C:\qTox` repository. The script will
|
||||||
dependencies compile them and put to appropriate directories.
|
download the other necessary dependencies, compile them and put them into their
|
||||||
|
appropriate directories.
|
||||||
|
|
||||||
|
Note that there have been detections of false positives by some anti virus software
|
||||||
|
in the past within some of the libraries used. Please refer to the wiki page
|
||||||
|
[problematic antiviruses](https://github.com/qTox/qTox/wiki/Problematic-antiviruses)
|
||||||
|
for more information if you run into troubles on that front.
|
||||||
|
|
||||||
## Compile-time switches
|
## Compile-time switches
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user