mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
document new windows dev dep.: MS Visual C++ >= 14
On a windows system when running `pip install` it fails to install `cx_Logging-3.0` with the error: error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ Installing this dependency solves the issue.
This commit is contained in:
parent
e552411db2
commit
a6c2b943f4
1 changed files with 4 additions and 1 deletions
5
BUILD.md
5
BUILD.md
|
@ -110,7 +110,10 @@ Install [Docker Desktop](https://www.docker.com/products/docker-desktop).
|
||||||
|
|
||||||
Install the latest version of Python 3.10 (64-bit) [from python.org](https://www.python.org/downloads/windows/). Make sure to check the "Add Python 3.10 to PATH" checkbox on the first page of the installer.
|
Install the latest version of Python 3.10 (64-bit) [from python.org](https://www.python.org/downloads/windows/). Make sure to check the "Add Python 3.10 to PATH" checkbox on the first page of the installer.
|
||||||
|
|
||||||
Install [poetry](https://python-poetry.org/):
|
|
||||||
|
Install Microsoft Visual C++ 14.0 or greater. Get it with ["Microsoft C++ Build Tools"](https://visualstudio.microsoft.com/visual-cpp-build-tools/) and make sure to select "Desktop development with C++" when installing.
|
||||||
|
|
||||||
|
Install [poetry](https://python-poetry.org/). Open PowerShell, and run:
|
||||||
|
|
||||||
```
|
```
|
||||||
python -m pip install poetry
|
python -m pip install poetry
|
||||||
|
|
Loading…
Reference in a new issue