mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[docs] Remove obsolete commands from INSTALL.md
Signed-off-by: David Gekeler <git@davidgekeler.eu>
This commit is contained in:
@@ -41,6 +41,11 @@ Go into the cloned repository:
|
|||||||
cd comaps
|
cd comaps
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Install required packages (Ubuntu/Debian):
|
||||||
|
```bash
|
||||||
|
sudo apt install qt6-base-dev qt6-declarative-dev libqt6svg6-dev optipng curl
|
||||||
|
```
|
||||||
|
|
||||||
Configure the repository (make sure you have a working C++ build environment):
|
Configure the repository (make sure you have a working C++ build environment):
|
||||||
|
|
||||||
(if you plan to publish the app privately in stores check [special options](#special-cases-options))
|
(if you plan to publish the app privately in stores check [special options](#special-cases-options))
|
||||||
@@ -63,18 +68,6 @@ For _Windows 10_: You should be able to build the project by following either o
|
|||||||
```bash
|
```bash
|
||||||
"C:\Program Files\Git\bin\bash.exe" configure.sh # execute the script by using Developer Command Prompt
|
"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 `<repo_root>/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
|
|
||||||
bash ./tools/unix/generate_symbols.sh
|
|
||||||
```
|
|
||||||
|
|
||||||
Now the repository is prepared to build a CoMaps app!
|
Now the repository is prepared to build a CoMaps app!
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user