136
Applications and Porting / Re: OpenVPN Client for ppc64el
« on: July 13, 2021, 05:46:42 pm »
They should be right here, assuming you are on Fedora.
"Fedora:
Building with OpenSSL (recommended):
# yum install openssl-devel
Building with mbed TLS (alternative):
# yum install mbedtls-devel
Generic build requirements:
# yum install gcc-c++ git autoconf autoconf-archive automake make pkgconfig glib2-devel jsoncpp-devel libuuid-devel libcap-ng-devel selinux-policy-devel lz4-devel zlib-devel libxml2 tinyxml2-devel python3-dbus python3-gobject python3-pyOpenSSL python3-jinja2 python3-docutils python3-dbus bzip2 polkit
Clone this git repository: git clone git://github.com/OpenVPN/openvpn3-linux
Enter the openvpn3-linux directory: cd openvpn3-linux
Run: ./bootstrap.sh
Completing these steps will provide you with a ./configure script."
"Fedora:
Building with OpenSSL (recommended):
# yum install openssl-devel
Building with mbed TLS (alternative):
# yum install mbedtls-devel
Generic build requirements:
# yum install gcc-c++ git autoconf autoconf-archive automake make pkgconfig glib2-devel jsoncpp-devel libuuid-devel libcap-ng-devel selinux-policy-devel lz4-devel zlib-devel libxml2 tinyxml2-devel python3-dbus python3-gobject python3-pyOpenSSL python3-jinja2 python3-docutils python3-dbus bzip2 polkit
Clone this git repository: git clone git://github.com/OpenVPN/openvpn3-linux
Enter the openvpn3-linux directory: cd openvpn3-linux
Run: ./bootstrap.sh
Completing these steps will provide you with a ./configure script."