И так скачав плагин, раз архивировал, далее
Код: Выделить всё
$mkdir build
$cd build
$cmake ..
Код: Выделить всё
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at cmake/FindQGIS.cmake:100 (MESSAGE):
Could not find QGIS
Call Stack (most recent call first):
CMakeLists.txt:6 (FIND_PACKAGE)