lemonzuloo.blogg.se

Lmmswindows
Lmmswindows








lmmswindows

lmmswindows

Detecting CXX compiler ABI info - doneĬMake Deprecation Warning at CMakeLists.txt:15 (CMAKE_POLICY): Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Professional/VC/Tools/MSVC/0/bin/HostX64/圆4/cl.exe - works Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Professional/VC/Tools/MSVC/0/bin/HostX64/圆4/cl.exe Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Professional/VC/Tools/MSVC/0/bin/HostX64/圆4/cl.exe - works Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Professional/VC/Tools/MSVC/0/bin/HostX64/圆4/cl.exe The CXX compiler identification is MSVC 0.0 The C compiler identification is MSVC 0.0 Then in Qt Creator when opening CMakeLists.txt I get: Running C:\Program Files\CMake\bin\cmake.exe -S G:/audio_sources/lmms -B C:/Users/Ber/AppData/Local/Temp/QtCreator-IYdlTJ/qtc-cmake-UUUBKujd -GNinja "-DCMAKE_BUILD_TYPE:String=Debug" "-DCMAKE_CXX_COMPILER:STRING=C:/Program Files (x86)/Microsoft Visual Studio/2019/Professional/VC/Tools/MSVC/0/bin/HostX64/圆4/cl.exe" "-DCMAKE_C_COMPILER:STRING=C:/Program Files (x86)/Microsoft Visual Studio/2019/Professional/VC/Tools/MSVC/0/bin/HostX64/圆4/cl.exe" "-DCMAKE_PREFIX_PATH:STRING=C:/Qt/5.15.1/msvc2019_64 g:\audio_sources\lmms\vcpkg\installed\圆4-windows" "-DQT_QMAKE_EXECUTABLE:STRING=C:/Qt/5.15.1/msvc2019_64/bin/qmake.exe" in C:\Users\Ber\AppData\Local\Temp\QtCreator-IYdlTJ\qtc-cmake-UUUBKujd.

lmmswindows

Target_link_libraries(main PRIVATE SDL2::SDL2 SDL2::SDL2main)ĭo the captions "CONFIG REQUIRED" require some actions from me before the next steps?Īs the instruction wrote, I add vcpkg path to the CMAKE_PREFIX_PATH:STRING: CMAKE_PREFIX_PATH:STRING=% g:\audio_sources\lmms\vcpkg\installed\圆4-windows The package sdl2:圆4-windows provides CMake targets: Target_link_libraries(main PRIVATE SndFile::sndfile) The package libsndfile:圆4-windows provides CMake targets: Target_link_libraries(main PRIVATE FFTW3::fftw3l) Target_link_libraries(main PRIVATE FFTW3::fftw3f) Target_link_libraries(main PRIVATE FFTW3::fftw3) The package fftw3:圆4-windows provides CMake targets:

Lmmswindows install#

\vcpkg install fftw3 libsamplerate libsndfile sdl2 -triplet 圆4-windows Qt 5.15.1 both x32 and 圆4 with Qt Creator 4.13.2įirst, at the end of (I use -triplet 圆4-windows option). I'm trying to configure and build LMMS from sources following the guide:










Lmmswindows