diff options
author | Jaromil <jaromil@dyne.org> | 2012-12-04 11:05:07 +0100 |
---|---|---|
committer | kali <kali@leap.se> | 2012-12-06 01:33:45 +0900 |
commit | 65c8d8dbe8b62b6ec7d8b5ebe2214db6480f6b28 (patch) | |
tree | 0e2c54e318b70055e64e8943ff5a2eaed042d05e /setup/openvpn/README | |
parent | 53a615a9507265e133e8f85714f5039eeae1f10d (diff) |
MS Windows OpenVPN binary build scripts
using GCC and MinGW32 on Debian/Ubuntu
Diffstat (limited to 'setup/openvpn/README')
-rw-r--r-- | setup/openvpn/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/setup/openvpn/README b/setup/openvpn/README new file mode 100644 index 00000000..bf2205c2 --- /dev/null +++ b/setup/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 |