mirror of
https://invent.kde.org/marcoa/a-la-karte.git
synced 2026-02-09 21:13:08 +00:00
Document SDL3 as a required dependency and describe how to build the project with kde-builder. Also consolidate the repo-local config as kde-builder.yaml (without the leading dot) so it is recognized consistently.
24 lines
499 B
YAML
24 lines
499 B
YAML
# kde-builder configuration for A-La-Karte
|
|
# See https://kde-builder.kde.org/en/configuration/config-file-overview.html
|
|
|
|
config-version: 2
|
|
|
|
global:
|
|
branch-group: latest-kf6
|
|
install-dir: ~/kde/usr
|
|
source-dir: ~/kde/src
|
|
build-dir: ~/kde/build
|
|
log-dir: ~/kde/log
|
|
|
|
cmake-options:
|
|
- -DCMAKE_BUILD_TYPE=Debug
|
|
- -DQT_MAJOR_VERSION=6
|
|
|
|
num-cores: auto
|
|
num-cores-low-mem: 2
|
|
|
|
project alakarte:
|
|
repository: .
|
|
no-src: true
|
|
cmake-options:
|
|
- -DCMAKE_INSTALL_PREFIX=${install-dir}
|