差别
这里会显示出您选择的修订版和当前版本之间的差别。
|
tips:client [2022/04/16 08:53] baolitoumu 创建 |
— (当前版本) | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| - | ====== reMarkable Client ====== | ||
| - | The reMarkable client, also known as [[https:// | ||
| - | |||
| - | ===== Installation ===== | ||
| - | |||
| - | ==== Windows And Mac iOS ==== | ||
| - | |||
| - | The Windows and Mac iOS client can be installed by following the [[https:// | ||
| - | |||
| - | ==== Linux ==== | ||
| - | |||
| - | **UPDATE DEC 2021** | ||
| - | |||
| - | This Linux Client no longer works. | ||
| - | |||
| - | '' | ||
| - | |||
| - | |||
| - | The reMarkable client is not officially supported for the Linux platform and was previously distributed on the [[https:// | ||
| - | |||
| - | === Debian based systems === | ||
| - | |||
| - | For Debian based systems (Debian, Ubuntu, Mint, ...), an unofficial deb package is available that will automatically install all necessary dependencies. (Note: it turns out that two dependencies are missing: '' | ||
| - | |||
| - | To install the package, download the package and install using '' | ||
| - | |||
| - | < | ||
| - | $ sudo apt-get update && sudo apt-get install libkf5archive5 libqt5xml5 | ||
| - | $ curl -L https:// | ||
| - | $ sudo dpkg -i reMarkable.deb | ||
| - | </ | ||
| - | |||
| - | (Note: the remarkable.deb file is large, and you may need to download it via your browser). | ||
| - | |||
| - | To start the client, simply execute '' | ||
| - | create a file '' | ||
| - | |||
| - | < | ||
| - | [Desktop Entry] | ||
| - | Version=1.0 | ||
| - | Type=Application | ||
| - | Name=reMarkable Desktop Client | ||
| - | GenericName=Desktop Client | ||
| - | Comment=reMarkable Desktop Client | ||
| - | Exec=reMarkable | ||
| - | Icon=accessories-text-editor | ||
| - | Terminal=false | ||
| - | Categories=Graphics; | ||
| - | </ | ||
| - | |||
| - | and copy it to ''/ | ||
| - | |||
| - | === Other Distributions === | ||
| - | |||
| - | If your distribution does not provide a installation package for the Linux client, you may manually install < | ||
| - | |||
| - | Before installation, | ||
| - | |||
| - | * libqt5quick5 | ||
| - | * libkf5archive5 | ||
| - | * libqt5websockets5 | ||
| - | * libqt5concurrent5 | ||
| - | * qtquickcontrols2-5-dev | ||
| - | * qml-module-qtquick-controls | ||
| - | * qml-module-qtquick-controls2 | ||
| - | * qml-module-qtquick-dialogs | ||
| - | * qml-module-qt-labs-platform | ||
| - | |||
| - | Missing dependencies will cause the client to crash on launch | ||
| - | |||
| - | If all dependencies have been satisfied, proceed to install the client | ||
| - | |||
| - | < | ||
| - | # cp libpdfium.so.1 / | ||
| - | # cp reMarkable / | ||
| - | </ | ||
| - | |||
| - | To start the client, simply execute '' | ||
| - | |||
| - | ==== Fedora 31 ==== | ||
| - | |||
| - | 1. Download Debian client as shown above | ||
| - | |||
| - | 2. Install alien and convert debian archive file to rpm | ||
| - | |||
| - | < | ||
| - | $ sudo alien -r reMarkable.deb | ||
| - | remarkable-linux-client-1.0.0-2.x86_64.rpm generated | ||
| - | </ | ||
| - | |||
| - | 3. If you try to install it using dnf, it fails due to dependencies | ||
| - | |||
| - | < | ||
| - | . | ||
| - | . | ||
| - | --> Finished dependency resolution | ||
| - | Dependencies resolved. | ||
| - | ========================================================================================================================================================== | ||
| - | | ||
| - | ========================================================================================================================================================== | ||
| - | Installing: | ||
| - | | ||
| - | |||
| - | Transaction Summary | ||
| - | ========================================================================================================================================================== | ||
| - | Install | ||
| - | |||
| - | Total size: 14 M | ||
| - | Installed size: 53 M | ||
| - | Is this ok [y/N]: y | ||
| - | Downloading Packages: | ||
| - | Running transaction check | ||
| - | Transaction check succeeded. | ||
| - | Running transaction test | ||
| - | Error: Transaction test error: | ||
| - | file / from install of remarkable-linux-client-1.0.0-2.x86_64 conflicts with file from package filesystem-3.12-2.fc31.x86_64 | ||
| - | file /usr/bin from install of remarkable-linux-client-1.0.0-2.x86_64 conflicts with file from package filesystem-3.12-2.fc31.x86_64 | ||
| - | file /usr/lib from install of remarkable-linux-client-1.0.0-2.x86_64 conflicts with file from package filesystem-3.12-2.fc31.x86_64 | ||
| - | |||
| - | $ | ||
| - | </ | ||
| - | |||
| - | Therefore force the install using rpm | ||
| - | |||
| - | < | ||
| - | $ sudo rpm -ivh ./ | ||
| - | Verifying... | ||
| - | Preparing... | ||
| - | Updating / installing... | ||
| - | | ||
| - | $ | ||
| - | </ | ||
| - | |||
| - | 4. Create links in /usr/local to binary and dso library | ||
| - | |||
| - | < | ||
| - | $ sudo ln -sf / | ||
| - | $ sudo ln -sf / | ||
| - | </ | ||
| - | |||
| - | 5. Execute reMarkable with the desktop icon in xxxxxxx or start reMarkable in a shell/ | ||
| - | |||
| - | < | ||
| - | $ reMarkable & | ||
| - | </ | ||
| - | |||
| - | 6. Generate a new pincode and paste it into the application. | ||
| - | |||
| - | |||
| - | ===== Alternatives ===== | ||
| - | |||
| - | If the reMarkable client is not supported for your platform, or simply doesn' | ||
| - | |||
| - | Please refer to the [[tech: | ||