간단한 KDevelop사용법 좀 알려주세요..

atri01의 이미지

안녕하세요..

저는 주로 M$의 Visual Studio나 Dev C++를 주로 사용했습니다.
그런데 어쩔수 없는 상황으로 KDevelop을 사용해야 할일이 생겨버렸습니다.
(OS를 linux를 사용해야 하거든요 -_-..)

그래서 KDvelop을 만만하게 보고, 사용해봤는데...
삽질한지 이틀째 인데. 아직 컴파일및 빌드를 한번 못해봤씁니다 -_-..

제가 사용하는 환경은 우분투 8.04 이고.
KDevelop, KDE는 3.5.9입니다.

제가 사용한 절차는 다음과 같습니다.

제가 원하는 기능은 간단히 Test class가 있는 Test.cpp, Test.h와
Test.h를 include하는 main()이 있는 main.cpp를 컴파일하는 것입니다.

그래서 제가 진행한 순서는 다음과 같습니다.

1. project -> new project -> all projecc->C++-> CMake based projects ==> 이 방법은 어떻게 빌드하고 실행하는지 모르겠습니다 -_-.

그래서 아래 순서로 진행해봤습니다.

1. project -> new project -> all projecc->C++-> Automake project -> Empty Autotools Template 를 선택했습니다.

2. 오른쪽 사이드에 있는 Automake Manager를 선택 -> 상단 아이콘중에서 add target 선택
-> Target중에서 Primary :program, Prefix:bin선택, fileName: TestTarget 입력
-> 하단 TestTarget 선택 -> Create new file -> main.cpp와 add to project 선택
-> TestTarget을 Make target Active 를 선택.

3. 소스코드 입력.

#include
int main()
{
cout <<"test";
return 0;
}

4. 컴파일 및 빌드
build 하면...
" There is no Makefile in this directory and no configure script for this project." 라며 빌드가 않되는군요..

여기서 막혔습니다..

www.KDevelop.org에 가서 대충 글을 찾아봤는데..
너무 기초적인 내용이라 잘 없더군요 -_-....

그리고 Target이란 개념을 좀 설명부탁드립니다.
이놈이 도대체 무었인지도 도무지 모르겠네요.

내공이 높은신 고수님들의 고견을 기다리겠습니다.

그럼..

행복하고 즐거운 하루가 되시기를...

ps. 관련 웹이나.. 자료가 있으면 좀 알려주세요 ^^,,

토끼아빠의 이미지

KDevelop가 좋다구 해서 한번 써보았는데 별로 안좋아보여서 그냥 gcc를 쓰고있습니다...

좋은 하루 되세요!!

좋은 하루 되세요!!

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.