Fix built-in bridge detection, and update built-in bridges. Also update README after setting up Windows dev environment

This commit is contained in:
Micah Lee 2022-03-27 12:44:41 -07:00
parent 1608091fe3
commit 06e9b3d3fc
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
4 changed files with 15 additions and 15 deletions

View file

@ -9,7 +9,7 @@ git clone https://github.com/onionshare/onionshare.git
cd onionshare/desktop
```
Make sure you have Python 3 installed. If you're using Windows or macOS, install version 3.9.9 [from python.org](https://www.python.org/downloads/release/python-399/). For Windows, make sure to install the 32-bit (x86) version, and to check the box to add python to the path on the first page of the installer.
Make sure you have Python 3 installed. If you're using Windows or macOS, install version 3.9.9 [from python.org](https://www.python.org/downloads/release/python-3912/). For Windows, make sure to install the 32-bit (x86) version, and to check the box to add python to the path on the first page of the installer.
Make sure you have [poetry installed](https://python-poetry.org/docs/#installation), and then install the dependencies:
@ -17,6 +17,8 @@ Make sure you have [poetry installed](https://python-poetry.org/docs/#installati
poetry install
```
In Windows, you may need to install [Microsoft C++ Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/), making sure to check "Desktop development with C++", before `poetry install` will work properly.
### Install platform-specific dependencies
#### Linux
@ -59,6 +61,12 @@ Download and compile `meek-client`:
./scripts/build-meek-client.py
```
Or in Windows:
```powershell
python .\scripts\build-meek-client.py
```
### Running OnionShare from the source code tree
To run OnionShare from the source tree: