Alkimia/Development Environment: Difference between revisions

From KDE Community Wiki
(Created page with 'DEVELOPMENT ENVIRONMENT')
 
No edit summary
Line 1: Line 1:
DEVELOPMENT ENVIRONMENT
DEVELOPMENT ENVIRONMENT
==Install LibAlkimia==
First of all you will need to install the LibAlkmia which first needs some requirements to be fulfilled as follows
===Requirements===
#Qt Creator or KDevelop4 (personally, I find Qt Creator easier to grasp, even if less powerful in the end)
#KdeSVN
#Qt libs and docs
#KDE libs and docs
#automoc
#GMP (this is for mathematical calculations needed for the currency class)
#Boost libs
#cmake
;After finishing the installations as mentioned above you need to follow the steps as follows

Revision as of 22:02, 11 June 2011

DEVELOPMENT ENVIRONMENT

Install LibAlkimia

First of all you will need to install the LibAlkmia which first needs some requirements to be fulfilled as follows

Requirements

  1. Qt Creator or KDevelop4 (personally, I find Qt Creator easier to grasp, even if less powerful in the end)
  2. KdeSVN
  3. Qt libs and docs
  4. KDE libs and docs
  5. automoc
  6. GMP (this is for mathematical calculations needed for the currency class)
  7. Boost libs
  8. cmake
After finishing the installations as mentioned above you need to follow the steps as follows