diff options
author | kali <kali@win> | 2020-10-15 18:12:46 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2020-10-23 23:22:55 +0200 |
commit | 4ac0fd8ecfa1bf0aa394c38d5b7f4f60ca23842b (patch) | |
tree | 83d6b353c38cd03f96f274382a034833be08b997 /docs/build.windows.rst | |
parent | a540f3f4e5524b5daf813b0bb831707f58545d43 (diff) |
[pkg] install tap driver on windows
Diffstat (limited to 'docs/build.windows.rst')
-rw-r--r-- | docs/build.windows.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/build.windows.rst b/docs/build.windows.rst index 1e8364d..818f813 100644 --- a/docs/build.windows.rst +++ b/docs/build.windows.rst @@ -2,9 +2,9 @@ windows build ============= The build currently expects MINGW64 environment, on a native windows host. -A cross-compiling procedure (at least for the application binaries) should be possible in the near future, using mxe. +A cross-compiling procedure (at least for the application binaries) should be possible in the near future, using mxe. (There's already some support for it in `gui/build.sh`). -You should install make, as well as a recent Qt5 version (for instance, with chocolatey: choco install make). +You should instal: make, wget, as well as a recent Qt5 version (for instance, with chocolatey: choco install make && choco install wget). (In order to avoid makefiles, you are welcome to submit a port of the build scripts using powershell or cscript - see the build.wsf script in openvpn-build for inspiration). |