On Sun, Nov 22, 2015 at 12:33 PM, Morris, Russell <rmor...@rkmorris.us> wrote:
> Hi, > > > > Went to get started on this, and I admit – a lot of different and > confusing information about the libraries and include files (and a lot of > it contradicts it seems). Do you have a good source for the “right” files > to grab? > > > > Thanks! > To start with try without openssl. (each command below is on one line -- gmail may break the lines) $ git clone https://github.com/OpenVPN/openvpn-gui.git $ cd openvpn-gui $ autoreconf -i -v $ ./configure --prefix=/ --host=x86_64-w64-mingw32 --build=x86_64-pc-linux-gnu --program-prefix='' CFLAGS=-DDISABLE_CHANGE_PASSWORD OPENSSL_CRYPTO_LIBS="-L./" $ make That will build will get openvpn-gui.exe. Copy it to windows as run as administrator. All this assumes you have a setup with git, mingw-w64, automake, libtool installed. Selva