remoTree Installation
Android
remoTree can be installed from Google Play, here.
Alternatively an APK file (remotree_x.x.x.apk) is provided that can be downloaded to an Android device and run.
Linux
Extract the files from the archive (remotree_x.x.x.tar.gz) into a user-owned
directory. You need to have at least 2GB of disk space available for the
automated build. Then change to the remoTree
directory in a
terminal, and run the following commands:
$ sudo ./rt_make.sh depends $ ./rt_make.sh build $ sudo ./rt_make.sh install
The first command automatically installs dependencies using the apt-get, dnf or pacman native packaging system. If desired, you can manually install the dependencies in the Requirements section and skip this line.
The second line (build) downloads Flutter and builds remoTree.
The third line (install) copies the necessary files into directories under
/opt
. After this step, the temporary remoTree
build
directory can be deleted.
Windows
The simplest approach is to download the "remotree_x.x.x.zip" file and extract all of its contents into an empty directory. Then run the "remotree.exe" file.
To compile remoTree from source, install the remoTree source from GitHub. Also install Flutter based on the instructions here for the desired platform.