File: README.kdevelop

package info (click to toggle)
clanlib 1.0~svn3827-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 24,632 kB
  • ctags: 16,580
  • sloc: cpp: 101,591; xml: 6,410; makefile: 1,743; ansic: 463; perl: 424; php: 247; sh: 53
file content (35 lines) | stat: -rw-r--r-- 1,276 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Making a ClanLib project in KDevelop
------------------------------------------------------------
This guide will help you set up a project in KDevelop that
will use the ClanLib libraries. This is quite simple.
Make sure you have clanlib installed :)

1. Create a project
------------------------------------------------------------
First, Project->new, then in the Application wizard select
terminal C++ project. Fill out the rest, and create the
project.

2. Add the libraries to the project
------------------------------------------------------------
Go to Project->Options
Then in go to Compiler Options.
Under additional options put in
-lclanCore -lclanDisplay -lclanApp -lclanGL
and then any other additional libraries you need.

Note
-------------------------------------------------------------
Cronos (I think that was his name) informed me that KDevelop
creates large project files (about 1 mb) which is true.  So
he suggested to run autoproject, then create a custom project
in KDevelop and so on. I couldn't get this to work very well
without having to rig everything up and you lose some
features. So please update this file with the information on
how to do this if you know how.

Contributed by lowercase@crappysoft.com

--
Enjoy,
The ClanLib development team