Skip to content

Commit fbe0bb0

Browse files
committedJan 1, 2022
Node.js and yarn are needed for building server landingpage
1 parent d9d389b commit fbe0bb0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
 

‎INSTALL.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,12 @@ See [debian-ubuntu](https://qgis.org/en/site/forusers/alldownloads.html#debian-u
192192
currently supported distributions (plain xenial's GDAL for instance is too old
193193
and we build with GDAL2 from ubuntugis).
194194

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+
195201
## 3.4. Setup ccache (Optional, but recommended)
196202

197203
You should also setup ccache to speed up compile times:
@@ -432,7 +438,7 @@ new subdirectory called `build` or `build-qt5` in it.
432438
To build QGIS server additional dependencies are required:
433439

434440
```bash
435-
dnf install fcgi-devel
441+
dnf install fcgi-devel nodejs yarnpkg
436442
```
437443

438444
Make sure that your build directory is completely empty when you enter the

0 commit comments

Comments
 (0)
Please sign in to comment.