Operating System/Linux
[dotnet, err] Package appindicator3-0.1 was not found in the pkg-config search path.
근육곰돌이
2021. 1. 28. 17:39
728x90
닷넷 빌드 시 아래와 같은 빌드 에러가 발생 시
Package appindicator3-0.1 was not found in the pkg-config search path.
Perhaps you should add the directory containing appindicator3-0.1.pc
to the PKG_CONFIG_PATH environment variable
No package appindicator3-0.1 found
해결 방법
appindicator 설치와 관련없이 해당 라이브러리를 찾아주어야 한다.
sudo apt install libappindicator3-dev gir1.2-appindicator3-0.1
반응형