Developers Tools
From FarsightWiki
(Difference between revisions)
(Created page with "== Getting Started == * Guidelines for Developers ** [http://public.kitware.com/Bug/search.php?project_id=29&sticky_issues=on&sortby=last_updated&di...") |
|||
Line 1: | Line 1: | ||
== Getting Started == | == Getting Started == | ||
+ | Farsight is developed in C++ using open source libraries. To add/modify code or just have the latest versions, of Farsight you will need compile the source code. | ||
+ | |||
+ | * [[FARSIGHT_HowToBuild| Build Farsight from source]] | ||
* [[FARSIGHT_DevelopersGuide|Guidelines for Developers]] | * [[FARSIGHT_DevelopersGuide|Guidelines for Developers]] | ||
** [http://public.kitware.com/Bug/search.php?project_id=29&sticky_issues=on&sortby=last_updated&dir=DESC&hide_status_id=90 Bug Tracker] | ** [http://public.kitware.com/Bug/search.php?project_id=29&sticky_issues=on&sortby=last_updated&dir=DESC&hide_status_id=90 Bug Tracker] | ||
− | ** CDash [http://cdash.org/CDash/index.php?project=Farsight Quality Dashboard | + | ** CDash [http://cdash.org/CDash/index.php?project=Farsight Quality Dashboard] |
− | + |
Revision as of 18:06, 22 March 2011
Getting Started
Farsight is developed in C++ using open source libraries. To add/modify code or just have the latest versions, of Farsight you will need compile the source code.