mirror of
https://github.com/vale981/rmview
synced 2025-03-04 08:41:39 -05:00
Warn about RM2v2.6+ compatibility issues
This commit is contained in:
parent
5693aafb58
commit
3312eddbdf
1 changed files with 9 additions and 6 deletions
15
README.md
15
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue