mirror of https://github.com/OpenVPN/openvpn-gui
BUILD.rst: remove "How to build using openvpn-build"
Obsolete. openvpn-build uses CMake build nowadays. Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>pull/643/head
parent
7f6e8b7b6d
commit
951e7fca8b
11
BUILD.rst
11
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.
|
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``.
|
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
|
|
||||||
<https://github.com/OpenVPN/openvpn-build>`_ 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 <https://community.openvpn.net/openvpn/wiki/BuildingUsingGenericBuildsystem>`_
|
|
||||||
page on the OpenVPN community Wiki.
|
|
||||||
|
|
Loading…
Reference in New Issue