Developers Tools

From FarsightWiki
(Difference between revisions)
Jump to: navigation, search
(Getting Started)
 
(4 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
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 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]]
+
* [[Source_code| Source Code Information]] General information on the source code and the Farsight License details.
* [[FARSIGHT_DevelopersGuide|Guidelines for Developers]]
+
** [[FARSIGHT_HowToBuild| Build Farsight from source]]
 +
* [[FARSIGHT_DevelopersGuide|Guidelines for Developers]] The standard practices developers should follow.
 +
** [[Getting_Started_Coding | Coding Quick Start]] A Guide for web resources and sample code.
 
** [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]
 +
*** [[Setting_up_automated_builds| Setting up automated builds]] to run testing
 +
*** [[Submitting_an_Experimental_Dashboard|Submitting an Experimental Dashboard]]to CDash for reporting build status
 +
*** Submit build and test reports to [http://cdash.org/CDash/index.php?project=vxl VXL], [http://cdash.org/CDash/index.php?project=Insight ITK] and [http://cdash.org/CDash/index.php?project=VTK VTK] dashboards to help maintain those code bases.
 +
 +
* A [[Git-svn|Git-svn tutorial]] for Farsight developers

Latest revision as of 05:22, 4 September 2012

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.

Personal tools