File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,12 @@ See [debian-ubuntu](https://qgis.org/en/site/forusers/alldownloads.html#debian-u
192
192
currently supported distributions (plain xenial's GDAL for instance is too old
193
193
and we build with GDAL2 from ubuntugis).
194
194
195
+ To build QGIS server additional dependencies are required for building the server landingpage:
196
+
197
+ Node.js (current LTS recommended): https://nodejs.org/en/download/ <br >
198
+ Yarn Package Manager: https://yarnpkg.com/getting-started/install
199
+
200
+
195
201
## 3.4. Setup ccache (Optional, but recommended)
196
202
197
203
You should also setup ccache to speed up compile times:
@@ -432,7 +438,7 @@ new subdirectory called `build` or `build-qt5` in it.
432
438
To build QGIS server additional dependencies are required:
433
439
434
440
``` bash
435
- dnf install fcgi-devel
441
+ dnf install fcgi-devel nodejs yarnpkg
436
442
```
437
443
438
444
Make sure that your build directory is completely empty when you enter the
You can’t perform that action at this time.
0 commit comments