Linux

kdbg install for rocky 8.10

Naan 2025. 8. 1. 00:30
반응형

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

 

728x90
반응형