Setting up an IDE : Command Line |
Editor(s): PietMolenaar |
Date: February 16th 2011 |
Status: Page created, content stubs added |
Introduction
You need the following tools on your machine.
- JDK 6
- Apache Maven
- Subversion client
UNIX (e.g. Mac OS)/Linux
Checkout code from SVN
First, you need to check out Cytoscape 3 GUI distribution bundle:
% svn co http://chianti.ucsd.edu/svn/core3/gui-distribution/trunk/ gui-distribution
Compile
% cd gui-distribution % mvn clean install
Run Application
% cd assembly/target/cytoscape % cytoscape.sh
Windows
TBD
Issues
List any issues, conflict, or dependencies raised by this proposal
Comments
See also: Interactive Shell
Add comment hereā¦
How to Comment
Edit the page and add your comments under the provided header. By adding your ideas to the Wiki directly, we can more easily organize everyone's ideas, and keep clear records. Be sure to include today's date and your name for each comment. Try to keep your comments as concrete and constructive as possible. For example, if you find a part of the RFC makes no sense, please say so, but don't stop there. Take the extra step and propose alternatives.