summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Vaytulevich <anton.vaytulevich@rubius.com>2017-06-29 17:46:42 +0700
committerArne Schwabe <arne@rfc2549.org>2017-06-29 14:15:10 +0200
commit3967b8a53ddce341f92c16d545f524d91a7127ef (patch)
tree94b14bcbdc0ff42860a3d327f94379a309f82e12 /doc
parentac2878c0af2b89ea587d319493759c587152d067 (diff)
Remove info on failing Windows build from README
Diffstat (limited to 'doc')
-rw-r--r--doc/README.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/README.txt b/doc/README.txt
index c5f6f654..e607abb4 100644
--- a/doc/README.txt
+++ b/doc/README.txt
@@ -29,9 +29,8 @@ Do cd main;./misc/build-native.(sh|bat) in the main directory of the project.
After that build the project using "gradle build" (Or use Android Studio).
The project is converted to gradle and building with Eclipse is no longer supported.
-The ndk fails to build on Windows currently. As a workaround build on Linux and copy the ovpnlibs directory over to
-Windows or downlaod a released version (e.g. from plai.de/android) and extract the libs and assets directory and place them
-into main/ovpnlibs/
+Alternatively, if the NDK build fails for some reason pre-built libraries can be downloaded
+(e.g. from plai.de/android) and placed under main/ovpnlibs/.
FAQ