From 951e7fca8b6570c625827693b076e5d8959c8854 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Fri, 7 Jul 2023 18:27:13 +0200 Subject: [PATCH] BUILD.rst: remove "How to build using openvpn-build" Obsolete. openvpn-build uses CMake build nowadays. Signed-off-by: Frank Lichtenheld --- BUILD.rst | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/BUILD.rst b/BUILD.rst index 4bb66cb..2576751 100644 --- a/BUILD.rst +++ b/BUILD.rst @@ -124,14 +124,3 @@ You can build using these commands: The above describes how to build the 64-bit version of openvpn-gui. If you want to build the 32-bit version, use the ``mingw32.exe`` and in the package names simply replace ``x86_64`` with ``i686``. - - -How to build using openvpn-build -================================ - -The `OpenVPN cross-compile buildsystem -`_ builds OpenVPN GUI along all the -other OpenVPN dependencies. Instructions and automated scripts for setting up -the buildsystem are available on the -`Building OpenVPN using the generic buildsystem `_ -page on the OpenVPN community Wiki.