Fedora 17 컴파일 설치 kscope-1.6.2
클릭하여 링크 열기
2. 압축을 풀고 디렉터리에 들어가서 실행한다./configure 전에 먼저 설치하기;다음에 qt3-devel도 설치해야 합니다.명령은 다음과 같습니다.
tar -zxv -f kscope-1.6.2.tar.gz
cd kscope-1.6.2
yum install kdelib3 kdelibs-devel
yum install qt3-devel
실행을 시작하다
./configure --prefix=/opt/kscope
터미널에 Good - your configure finished가 표시됩니다.Start make now
3. make를 실행하기 전에 원본 디렉터리에 있는/src/Makefile 파일을 수정하고 터미널에서emacs를 입력하여emacs에서 C-x C-f에 이 파일을 불러옵니다.C-j 482 kscope 찾기LDADD = -lkateinterfaces -lktexteditor $(LIB_KDEUI).X64 시스템이라면 -lkateinterfaces를/usr/lib64/libkatepartinterfaces로 바꿉니다.la;X86이면/usr/lib/libkatepartinterfaces로 변경됩니다.la.C-x C-s 저장을 수행합니다.C-x C-c를 실행하면 emacs를 종료하고 터미널에서 make를 실행합니다.
4、마지막으로make install만 실행
5. 설치가 완료되면 다음과 같은 세 가지 경로를 설정합니다. Cscope path:/usr/bin/cscope Ctags path:/usr/bin/ctags Dot path:/usr/bin/dot
6, Kscope 설정 외부 편집기(gvim) settings -> configure Kscope -> options external Editer: gvim +%L%F
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Qt How to use connect between incompatible signal and slotIn this I want to call a function, that function will receive a point . But this function should be invoked by a timer's...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.