sjaehn / lv2tutorial

Programming tutorial series for creating LV2 plugins using C/C++ and turtle.
MIT License
65 stars 6 forks source link

cmake fails... #20

Open psemiletov opened 1 year ago

psemiletov commented 1 year ago

Hello! When I run "cmake .." from the build dir, i get this:

--   Package 'xputty', required by 'virtual:world', not found
CMake Error at CMakeLists.txt:20 (include):
  include could not find requested file:
    Utils.cmake
-- Configuring incomplete, errors occurred!
redtide commented 1 year ago

Please, see here: https://sjaehn.github.io/lv2tutorial/build/. If you find it not clear please let me know so I will fix the documentation.

redtide commented 1 year ago

I apologize, I was blind, I only noticed the missing xputty package from pkgconfig, not the Utils.cmake which is indeed a file left by mistake.