From 0ba522ecb71d6ea968125d6143979c7df48fe070 Mon Sep 17 00:00:00 2001 From: swoellauer Date: Wed, 4 Dec 2024 15:12:16 +0100 Subject: [PATCH] update docs --- docs/_docs/server_installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/_docs/server_installation.md b/docs/_docs/server_installation.md index d4f565fa..7f5011f0 100644 --- a/docs/_docs/server_installation.md +++ b/docs/_docs/server_installation.md @@ -44,6 +44,7 @@ sudo apt-get install default-jdk java -version # install library connection GDAL to Java +# If libgdal-java is not available for your os, you need to insert libgdal-java manually, see wiki below. sudo apt install libgdal-java # copy zip-archiv to a new folder @@ -66,6 +67,8 @@ chmod +x *.sh Consult the [RSDB wiki](https://github.com/environmentalinformatics-marburg/rsdb/wiki/Troubleshooting) if you encounter issues. +If libgdal-java is not available for your os, see in wiki: [Unable to locate package libgdal-java](https://github.com/environmentalinformatics-marburg/rsdb/wiki/Troubleshooting#unable-to-locate-package-libgdal-java) + ## Other Linux distributions You may translate instructions of RSDB installation to other Linux distribution commands.