summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2014-04-02 17:33:41 +0200
committerTor Andersson <tor.andersson@artifex.com>2014-04-02 17:33:41 +0200
commitef1e93e6442b06890fffb70419a93e47e666f013 (patch)
treee21e3312c9b577ce4d832895a381e25e164bb18f
parent595b0b918f4a470db87f93b303cd21f3a7765a00 (diff)
downloadmupdf-ef1e93e6442b06890fffb70419a93e47e666f013.tar.xz
Remove V8 section from android readme.
-rw-r--r--platform/android/ReadMe.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/platform/android/ReadMe.txt b/platform/android/ReadMe.txt
index 17e60e73..61e4821f 100644
--- a/platform/android/ReadMe.txt
+++ b/platform/android/ReadMe.txt
@@ -179,20 +179,3 @@ our app), execute:
adb logcat
Good luck!
-
-Forms support
-~~~~~~~~~~~~~
-
-To build with PDF forms support, the only change is to the ndk-build stage.
-Run:
-
- V8_BUILD=yes ndk-build
-
-The build will need v8 headers and libraries to be present in the thirdparty
-directory. The files assumed are:
-
- thirdparty/v8-3.9/android/libv8_base.a
- thirdparty/v8-3.9/android/libv8_snapshot.a
- thirdparty/v8-3.9/include/v8.h
- thirdparty/v8-3.9/include/v8stdint.h
-