File: README.anjuta

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 (9 lines) | stat: -rw-r--r-- 780 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
Using ClanLib with Anjuta

1. Create a new project, this is done by selecting File->New Project and following the on screen wizard.  Be sure to select a the Generic/Terminal project type, and also set the programming language to c++.

2. Add an include path for clanlib.  Goto to Settings->Compiler and Linker Settings and select the Include Paths tab.  In the text box type in the path where ClanLib's include files are located (/usr/local/include/ClanLib-0.8).

3. Import the ClanLib libraries you need.  To do this again goto Settings->Compiler and Linker Settings and select the Libraries tab.  In the text box type in clanCore and click add.  You should also do this for the other ClanLib libraries such as clanDisplay, clanApp, and clanGL.  Add more as needed.

~shadowarts