From 3312eddbdf555df3ebcaf653f0bba03fda1875a6 Mon Sep 17 00:00:00 2001 From: Emanuele Date: Mon, 10 May 2021 10:34:50 +0200 Subject: [PATCH] Warn about RM2v2.6+ compatibility issues --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 691842e..88f6b4b 100644 --- a/README.md +++ b/README.md @@ -13,19 +13,22 @@ * Clone a frame into separate window for reference * Save screenshots as PNG -> :warning: **For reMarkable 2 users** :warning:: -> rMview should work out of the box with the stock firmware. -> If you use [`rm2fb`](https://github.com/ddvk/remarkable2-framebuffer) there are known compatibilities issues that are [being addressed](https://github.com/pl-semiotics/rM-vnc-server/issues/5). +## Known issues and caveats: + +### :warning: For reMarkable 2 users :warning: +rMview should work out of the box with the stock firmware version 2.5 or below. + +For 2.6 and above, for the moment you need to copy an extra library to the tablet. The process has not been automated yet. Please see [the wiki](https://github.com/bordaigorl/rmview/wiki/Installing-missing-libcrypto-on-RM2-v2.6-or-above) for instructions. + +If you use [`rm2fb`](https://github.com/ddvk/remarkable2-framebuffer) there are known compatibilities issues that are [being addressed](https://github.com/pl-semiotics/rM-vnc-server/issues/5). +## Installation The most efficient installation method is the semi-automatic one below, which requires a Python3 installation. If you are looking for a standalone executable, check the [releases page](https://github.com/bordaigorl/rmview/releases) for executable bundles. If there is no bundle for your operating system then follow the installation instructions below. - -## Installation - As a basic prerequisite you will need [Python3][py3] on your computer. > :warning: Please make sure `pip` is pointing to the Python3 version if your system has Python2 as well.