mirror of
https://github.com/onionshare/onionshare.git
synced 2025-09-26 19:11:00 -04:00
Fix built-in bridge detection, and update built-in bridges. Also update README after setting up Windows dev environment
This commit is contained in:
parent
1608091fe3
commit
06e9b3d3fc
4 changed files with 15 additions and 15 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue