Source code

From FarsightWiki
(Difference between revisions)
Jump to: navigation, search
m
(How to Download)
 
(8 intermediate revisions by one user not shown)
Line 1: Line 1:
 
= How to Download =
 
= How to Download =
  
Farsight's source code is contained in a [http://subversion.tigris.org/ subversion repository] that has been configured to allow anonymous read-only access. You can check out a copy from the following location:
+
Farsight's source code is contained in git repositories that have been configured to allow anonymous read-only access. The source can be obtained from the following:
  
svn://www.openworld.rpi.edu/repos/farsight/trunk
+
  https://bia-10.ee.uh.edu/Farsight.git
  
A typical command to check out the code would be:
+
  https://github.com/hocheung20/farsight.git
<syntaxhighlight lang="text">
+
 
svn co svn://www.openworld.rpi.edu/repos/farsight/trunk farsight
+
  https://code.google.com/p/farsight
</syntaxhighlight>
+
  
 
= Building =
 
= Building =

Latest revision as of 19:03, 27 March 2013

Contents

How to Download

Farsight's source code is contained in git repositories that have been configured to allow anonymous read-only access. The source can be obtained from the following:

 https://bia-10.ee.uh.edu/Farsight.git
 https://github.com/hocheung20/farsight.git
 https://code.google.com/p/farsight

Building

Building Farsight from source involves setting up a number of requisite software projects. For full instructions, please see FARSIGHT HowToBuild.

License

The Nuclear Segmentation source code is distributed under the GNU General Public License, version 2.

The rest of the source code, documentation and configuration files of the Farsight Project are distributed under an Apache 2.0 License.

License for Contributions

If you'd like to contribute improvements to the Farsight project please submit a request for write access to the farsight developer's mailing list. You will retain the copyright to any code that you contribute, but you must agree to your contribution being distributed under the terms of the Contributors Agreement of the Apache 2.0 License.

Asking for Help

If you find that you are unable to successfully build Farsight from source, please take the time to submit an experimental dashboard and let us know on the developer's list.

Personal tools