From c7aacb3b64fc0eb5f45dfaa0c2f6e9e4dd33f912 Mon Sep 17 00:00:00 2001 From: Mihail Mitrofanov Date: Fri, 16 May 2025 17:38:43 +0200 Subject: [PATCH] Add Qt dev packages dependency for generating symbols This commit adds instructions to install necessary Qt development packages for generating symbols during the build process. It also updates the instructions for downloading `World.mwm` and `WorldCoast.mwm` files to include links to the files. --- docs/INSTALL.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 67e5253e2..d044c6c4f 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -63,8 +63,13 @@ For _Windows 10_: You should be able to build the project by following either o ```bash "C:\Program Files\Git\bin\bash.exe" configure.sh # execute the script by using Developer Command Prompt ``` +### Generate symbols +Download the latest [World.mwm](https://cdn-us-1.comaps.app/maps/250511/World.mwm) and [WorldCoast.mwm](https://cdn-us-1.comaps.app/maps/250511/WorldCoasts.mwm) files and put them into the `/data/` dir. -Download the latest `World.mwm` and `WorldCoast.mwm` files and put them into the `data/` dir. +Install required packages (Ubuntu/Debian): +```bash +sudo apt install qt6-base-dev qt6-declarative-dev libqt6svg6-dev optipng +``` Run the skins/textures generation script: ```bash