Difference between revisions of "Mac OSX(Leopard)"

From WormBaseWiki
Jump to navigationJump to search
Line 1: Line 1:
 
== Required Software ==
 
== Required Software ==
  
*[http://subversion.tigris.org/project_packages.html Subversion]
+
*[http://subversion.tigris.org/project_packages.html Subversion] v.1.4.6
*Apache Ant  
+
*[http://ant.apache.org/ Apache Ant] v.1.7.0
 +
*[http://www.phenote.org/ Phenote+] v.1.5+
 +
 
 +
Phenote is stored in a [http://subversion.tigris.org/ ''Subversion (SVN)''] system ([http://en.wikipedia.org/wiki/Subversion_%28software%29  an alternative] to the CVS version control system we've been using to maintain the latest Phenotype Ontology). And can be downloaded from the [http://subversion.tigris.org/project_packages.html SVN project package page].
 +
 
 +
Apache Ant is a [http://en.wikipedia.org/wiki/Apache_Ant Java based software building tool] and can be downloaded from the the [http://ant.apache.org/bindownload.cgi Binary Distributions page].
  
Phenote is stored in a [http://subversion.tigris.org/ ''Subversion (SVN)''] system ([http://en.wikipedia.org/wiki/Subversion_%28software%29  an alternative] to the CVS version control system we've been using to maintain the latest Phenotype Ontology).
 
  
Download Subversion from the [http://subversion.tigris.org/project_packages.html SVN project package page].
 
Download Apache ant
 
  
 
Download phenote+ (called '''phenote2''') from the command line.
 
Download phenote+ (called '''phenote2''') from the command line.

Revision as of 21:53, 12 March 2008

Required Software

Phenote is stored in a Subversion (SVN) system (an alternative to the CVS version control system we've been using to maintain the latest Phenotype Ontology). And can be downloaded from the SVN project package page.

Apache Ant is a Java based software building tool and can be downloaded from the the Binary Distributions page.


Download phenote+ (called phenote2) from the command line.

$ svn co https://obo.svn.sourceforge.net/svnroot/obo/phenote/trunk 

To launch Phenote+ from the command line:

pwd to phenote2
$ svn update
$ ant build-all
$ ./phenote2 -c worm.cfg


back

--kjy 15:55, 12 March 2008 (EDT)