You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,7 @@ Go to subfolder tools/deps and run the following scripts in order. Libraries wil
57
57
58
58
### Build the Windscribe 2.0 app
59
59
60
-
Go to subfolder tools and run 'build_all'. Assuming all goes well with the build, the installer will be placed in build-exe. You can run 'build_all debug' for a debug build.
61
-
Note that a debug build is required to connect the VPN when building without code signing.
60
+
Go to subfolder tools and run 'build_all'. Assuming all goes well with the build, the installer will be placed in build-exe. You can run 'build_all debug' for an unsigned build. Note that an unsigned build is required to connect the VPN when building without code signing.
62
61
63
62
## Mac
64
63
### Prerequisites
@@ -115,7 +114,7 @@ Note that a debug build is required to connect the VPN when building without cod
115
114
116
115
### Build the Windscribe 2.0 app
117
116
118
-
Open a terminal in desktop-v2/tools and run './build_all' for a release build, or './build_all debug' for a debug build. Please note that a release build requires you to have completed the 'Set up code signing' section above. Assuming all goes well with the build, the installer will be placed in desktop-v2/build-exe.
117
+
Open a terminal in desktop-v2/tools and run './build_all' for a signed build, or './build_all debug' for an unsigned build. Please note that a signed build requires you to have completed the 'Set up code signing' section above. Assuming all goes well with the build, the installer will be placed in desktop-v2/build-exe.
119
118
120
119
### Install Auto-Tools and 7-Zip (via HomeBrew):
121
120
- brew install libtool
@@ -188,4 +187,6 @@ Build process tested on Ubuntu 16.04 (gcc 5.4.0) and Ubuntu 20.04/ZorinOS 16 (gc
188
187
189
188
### Build the Windscribe 2.0 app
190
189
191
-
Open a terminal in desktop-v2/tools and run './build_all --no-sign' for a release build, or './build_all debug --no-sign' for a debug build. Assuming all goes well with the build, the installer will be placed in desktop-v2/build-exe.
190
+
Open a terminal in desktop-v2/tools and run './build_all --no-sign'. Assuming all goes well with the build, the installer will be placed in desktop-v2/build-exe.
191
+
192
+
The application installs to /usr/local/windscribe. You will find the logs in ~/.local/share/Windscribe/Windscribe2.
0 commit comments