mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Add install Docker Desktop to Windows/Mac build instructions
This commit is contained in:
parent
51bee645ed
commit
9536a4db41
1 changed files with 4 additions and 0 deletions
4
BUILD.md
4
BUILD.md
|
@ -42,6 +42,8 @@ Create a .rpm:
|
|||
|
||||
## macOS
|
||||
|
||||
Install [Docker Desktop](https://www.docker.com/products/docker-desktop).
|
||||
|
||||
Install python@3.9 from Homebrew:
|
||||
|
||||
```
|
||||
|
@ -83,6 +85,8 @@ The output is in the `dist` folder.
|
|||
|
||||
## Windows
|
||||
|
||||
Install [Docker Desktop](https://www.docker.com/products/docker-desktop).
|
||||
|
||||
These instructions include adding folders to the path in Windows. To do this, go to Start and type "advanced system settings", and open "View advanced system settings" in the Control Panel. Click Environment Variables. Under "System variables" double-click on Path. From there you can add and remove folders that are available in the PATH.
|
||||
|
||||
Download Python 3.9.0, 32-bit (x86) from https://www.python.org/downloads/release/python-390/. I downloaded python-3.9.0.exe. When installing it, make sure to check the "Add Python 3.9 to PATH" checkbox on the first page of the installer.
|
||||
|
|
Loading…
Reference in a new issue