aboutsummaryrefslogtreecommitdiff
path: root/desktop/README.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-10-24 11:48:18 -0700
committerMicah Lee <micah@micahflee.com>2021-10-24 11:48:18 -0700
commitdbeb0f21945b07e949ac751d2b5f6311445bb24d (patch)
treef6e6755a9cbf8c1a7182cc080671353764fb9bd5 /desktop/README.md
parent7a45f801d92edea5329363e82a8e4d6ef3ab2000 (diff)
downloadonionshare-dbeb0f21945b07e949ac751d2b5f6311445bb24d.tar.gz
onionshare-dbeb0f21945b07e949ac751d2b5f6311445bb24d.zip
Add script to compile meek-client and copy into resources
Diffstat (limited to 'desktop/README.md')
-rw-r--r--desktop/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop/README.md b/desktop/README.md
index c8c51519..408b6852 100644
--- a/desktop/README.md
+++ b/desktop/README.md
@@ -63,6 +63,16 @@ Download Tor Browser and extract the binaries:
python scripts\get-tor-windows.py
```
+### Compile dependencies
+
+Install Go. The simplest way to make sure everything works is to install Go by following [these instructions](https://golang.org/doc/install).
+
+Download and compile `meek-client`:
+
+```
+./scripts/build-meek-client.py
+```
+
### Prepare the virtual environment
OnionShare uses [Briefcase](https://briefcase.readthedocs.io/en/latest/).