mirror of
https://github.com/rizinorg/cutter.git
synced 2024-11-27 06:40:52 +00:00
18 lines
415 B
YAML
18 lines
415 B
YAML
extraction:
|
|
cpp:
|
|
prepare:
|
|
packages:
|
|
- "build-essential"
|
|
- "cmake"
|
|
- "libzip-dev"
|
|
- "zlib1g-dev"
|
|
- "qt5-default"
|
|
- "libqt5svg5-dev"
|
|
- "qttools5-dev"
|
|
- "qttools5-dev-tools"
|
|
configure:
|
|
command:
|
|
- "pip3 install --upgrade --user meson"
|
|
- "cmake -B build -DCUTTER_USE_BUNDLED_RIZIN=ON"
|
|
index:
|
|
build_command: "cmake --build build" |