My newbie’s snap of this C++ game (URL) does fails to build, error messages :
Core22:
Failed to run the build script for part 'astromenace'.
Recommended resolution: Check the build output and verify the project can work with the 'autotools' plugin.
Failed to execute snapcraft in instance.
Core24:
Failed to run the build script for part 'astromenace'.ac' is required
Check the build output and verify the project can work with the 'autotools' plugin.
Failed to execute pack in instance.
Snap:
name: astromenace
base: core24
version: '1.4.2'
summary: Hardcore 3D space scroll-shooter with spaceship upgrade possibilities.
description: |
Space is a vast area, an unbounded territory where it seems there is room
for everybody, but another force thinks differently. Hordes of hostile creatures
have crawled out from the dark corners of the universe, craving to conquer
your homeland.
grade: devel # must be 'stable' to release into candidate/stable channels
confinement: devmode # use 'strict' once you have the right plugs and slots
# platforms:
# amd64:
# build-on: [amd64]
# build-for: [amd64]
parts:
astromenace:
plugin: autotools
autotools-configure-parameters: ["--prefix=/usr"]
source: https://github.com/viewizard/astromenace.git
build-packages:
- libncurses-dev
- texinfo
- libsdl2-2.0-0
- libgl1
- libglew2.2
- libqt5core5a
- libqt5gui5
- libqt5widgets5
- libalut0
- libjpeg9
- libopenal1
- libogg0
apps:
moon-buggy:
command: usr/bin/astromenace
plugs:
- audio-playback
- desktop
- desktop-legacy
# - network
# - network-bind
- opengl
- process-control
- pulseaudio
- wayland
- x11
# - screen-inhibit-control