Skip to content

Commit af080b0

Browse files
committed
📝 Add installation instructions for GDAL
1 parent 30afa28 commit af080b0

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

plugins/csl-ogc/README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# OGC Web Services for CosmoScout VR
22

3-
Put the plugin library description here!
4-
```
3+
This plugin library provides tools to interact with OGC Web Services.
4+
5+
## Installation
6+
7+
This plugin uses [GDAL](https://gdal.org/en/stable/).
8+
9+
### Linux
10+
11+
TODO
12+
13+
### Windows
14+
15+
You can download GDAL binaries from the GISInternals Support Site.
16+
Get the [Development Kit](https://www.gisinternals.com/sdk.php) for your compiler and platform, e.g. MSVC 2022 and x64.
17+
After unpacking, set the environment variable `GDAL_ROOT_DIR` to the included release directory,
18+
e.g. `C:/release-1930-x64-dev/release-1930-x64`.

plugins/csp-visual-query/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Put the plugin description here!
44

5+
## Installation
6+
7+
This plugin requires the [`csl-ogc`](../csl-ogc/README.md) plugin library.
8+
Please see its installation instructions.
9+
510
## Configuration
611

712
This plugin can be enabled with the following configuration in your `settings.json`.
@@ -16,4 +21,4 @@ The given values present some good starting values for your customization:
1621
}
1722
}
1823
}
19-
```
24+
```

0 commit comments

Comments
 (0)