kdbg install for rocky 8.10
yum 으로 더이상 설치가 안된다.
직접 설치 하자.
https://www.kdbg.org/#download
KDbg - A Graphical Debugger Interface
Direct member: For certain compound data types the most important member values are displayed next to the variable name, so that it is not necessary to expand the subtree of that variable in order to see the member value. For example, you don't need to go
www.kdbg.org
에서 다운 받아서 압축 풀고
# tar -xvf kdbg-3.1.0.tar.gz
# cd kdbg-3.1.0/
# cmake .
Could not find a package configuration file provided by "ECM" with any of
the following names:
ECMConfig.cmake
ecm-config.cmake
Add the installation prefix of "ECM" to CMAKE_PREFIX_PATH or set "ECM_DIR"
to a directory containing one of the above files. If "ECM" provides a
separate development package or SDK, be sure it has been installed.
이렇게 에러 뜬다면 의존성 파일 kf5 가 없어서 그렇다.
# yum install kf5*
설치 하고
# cmake .
# make
# make install
해주면 설치가 완료 된다.
# which kdbg
/usr/local/bin/kdbg
'Linux' 카테고리의 다른 글
The form contains the following error:Username has already been taken gitlab (2) | 2025.08.24 |
---|---|
openproject user 계정 삭제 방법 (3) | 2025.06.28 |
openproject install on rocky 9.5 (2) | 2025.06.19 |
gitlab-runner install 수동 설치 방법 (8) | 2025.06.13 |
wasabi 스토리지 백업 방법 (2) | 2025.05.20 |