diff options
author | Kali Kaneko <kali@leap.se> | 2016-04-13 15:35:28 -0700 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-04-18 16:17:51 -0400 |
commit | 354a0a3cc24545dda6c4ccaa04eb060fa269cdeb (patch) | |
tree | de628c53ef5f3e633add03d55d18265c54b900a8 /thirdparty/openvpn/README | |
parent | d01772d0a83535bf45fa43786213a9a0fcb232bc (diff) |
[pkg] add gnugp build script
besides:
* moved openvpn and gnupg folders to top-level thirdparty
* renamed jaromil's script to .zsh.old (we need to have it handy for compiling
on windows)
Diffstat (limited to 'thirdparty/openvpn/README')
-rw-r--r-- | thirdparty/openvpn/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/thirdparty/openvpn/README b/thirdparty/openvpn/README new file mode 100644 index 00000000..bf2205c2 --- /dev/null +++ b/thirdparty/openvpn/README @@ -0,0 +1,6 @@ +OpenVPN binary, build scripts +Works using a GCC minGW32 cross-compiler on Debian/Ubuntu +Produces a working MS Windows executable +openvpn.exe: PE32 executable (DLL) (console) Intel 80386, for MS Windows +goes smooth for the 99%, might still need some slapping the flags around now and then + -jrml |