1:编译
cmake .. 此时会报告不能找到 wxWidgets
和
cmake .. -DBUILD_GTK3=TRUE
corey@fcyswrd-15:~/opencpn/opencpnbuildroot/opencpn_plugins/statusbar_pi/buildroot$ cmake ..
-- CMakeLists: USE_GL: ON
-- CMakeLists: Build type: Release
-- The C compiler identification is GNU 11.3.0
-- The CXX compiler identification is GNU 11.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /home/corey/rkLinux/rk3568_Linux/buildroot/output/rockchip_rk3568/host/bin/aarch64-buildroot-linux-gnu-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /home/corey/rkLinux/rk3568