if test ! -d build.release; then mkdir build.release; fi; \ cd build.release; \ export PATH=/opt/Qt5.13.0/5.13.0/gcc_64/bin/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games; \ cmake -DCMAKE_BUILD_TYPE=RELEASE \ -DCMAKE_TOOLCHAIN_FILE="" \ -DCMAKE_INSTALL_PREFIX=""/usr/local"" \ -DMSCORE_INSTALL_SUFFIX="""" \ -DMUSESCORE_LABEL="""" \ -DCMAKE_BUILD_NUMBER="""" \ -DBUILD_LAME=""ON" " \ -DBUILD_PULSEAUDIO=""ON" " \ -DBUILD_JACK=""ON" " \ -DBUILD_PORTAUDIO=""ON" " \ -DBUILD_WEBENGINE=""ON" " \ -DUSE_SYSTEM_FREETYPE=""OFF" " \ -DDOWNLOAD_SOUNDFONT=""ON" " \ -DCMAKE_SKIP_RPATH=""FALSE"" ..; \ make lrelease; \ make -j 4; \ -- Checking for module 'libpulse' -- No package 'libpulse' found MuseScore SoundFont is up to date. ALSA >= 1.0.0 found. ALSA support enabled. INCDIR /usr/include, LIBDIR /usr/lib/x86_64-linux-gnu, LIB -lasound, CPP -I/usr/include/alsa CMake Error at CMakeLists.txt:419 (message): Error: PulseAudio support requested (BUILD_PULSEAUDIO=ON), but PulseAudio was not found. -- Found lame: /usr/lib/x86_64-linux-gnu/libmp3lame.so LAME found. -- JACK (Jack Audio Connection Kit) >= 0.98.0 found. jack support enabled. PortAudio found. PortAudio support enabled. INCDIR /usr/include, LIBDIR /usr/lib/x86_64-linux-gnu, LIB -lportaudio -lasound -lm -lpthread -- Found 'gzip'. Man pages will be compressed. -- Found 'ln'. Symlink aliases will be created for MuseScore executable and the man pages. -- Precompiled header generation -- Creating directory /home/horvath/ccpp/musescore/git/MuseScore/build.release/include/freetype/config -- Creating file /home/horvath/ccpp/musescore/git/MuseScore/build.release/include/freetype/config/ftconfig.h -- Creating file /home/horvath/ccpp/musescore/git/MuseScore/build.release/include/freetype/config/ftoption.h -- Configuring incomplete, errors occurred! See also "/home/horvath/ccpp/musescore/git/MuseScore/build.release/CMakeFiles/CMakeOutput.log". make[1]: Entering directory '/home/horvath/ccpp/musescore/git/MuseScore/build.release' make[1]: *** No rule to make target 'lrelease'. Stop. make[1]: Leaving directory '/home/horvath/ccpp/musescore/git/MuseScore/build.release' make[1]: Entering directory '/home/horvath/ccpp/musescore/git/MuseScore/build.release' make[1]: *** No targets specified and no makefile found. Stop. make[1]: Leaving directory '/home/horvath/ccpp/musescore/git/MuseScore/build.release' make: *** [Makefile:50: release] Error 2