summaryrefslogtreecommitdiff
path: root/thirdparty/openvpn/README
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2016-04-13 15:35:28 -0700
committerKali Kaneko <kali@leap.se>2016-04-18 16:17:51 -0400
commit354a0a3cc24545dda6c4ccaa04eb060fa269cdeb (patch)
treede628c53ef5f3e633add03d55d18265c54b900a8 /thirdparty/openvpn/README
parentd01772d0a83535bf45fa43786213a9a0fcb232bc (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/README6
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