~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to languages/cpp/app_templates/cmakesimple/README

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2010-05-05 07:21:55 UTC
  • mfrom: (1.2.3 upstream) (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100505072155-h78lx19pu04sbhtn
Tags: 4:4.0.0-2
* Upload to unstable (Closes: #579947, #481832).
* Acknowledge obsolete NMU fixes (Closes: #562410, #546961).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
-----------------------------------------------
2
 
Simple C++ Hello World template based on cmake
3
 
QStart
4
 
Author: Anne-Marie Mahfouf
5
 
Date: 2006-12-06
6
 
-----------------------------------------------
7
 
 
8
 
This README file explains you basic things for starting with
9
 
this application template.
10
 
 
11
 
-----------------------------------------------
12
 
* REQUIREMENTS *
13
 
- Qt version might be 3.3.4 or 3.3.5
14
 
-  kdelibs 3.5 and kdelibs headers 3.5 (devel package) in order to build this template.
15
 
- cmake (http://www.cmake.org/) version 2.1 or 2.2 in your PATH
16
 
-----------------------------------------------
17
 
 
18
 
-----------------------------------------------
19
 
* Building and running *
20
 
- cmake will run after the template is loaded provided cmake is in your PATH. If not, you will see an error message in the terminal
21
 
and you will need to install cmake in your PATH.
22
 
- In the Build menu in KDevelop, click on Build Project (or use the F8 shortcut) in order to build your project.
23
 
- Run your project using the Build menu -> Execute Program. Note that default makes your program run in KDevelop integrated terminal. You can run your program in an external terminal by changing the project options (Project -> Project Options -> Run options and check at the bottom "Start in external terminal")
24
 
-----------------------------------------------
25
 
 
26
 
-----------------------------------------------
27
 
* Useful link *
28
 
 
29
 
CMake Documentation: http://www.cmake.org/HTML/Documentation.html
30