Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 13: Line 13:  
#* Note: as the source builds, many messages will scroll through your terminal.  You may even see some warnings.  These messages are normal and expected.  As long as the build does not end with an error, you have successfully built the source.
 
#* Note: as the source builds, many messages will scroll through your terminal.  You may even see some warnings.  These messages are normal and expected.  As long as the build does not end with an error, you have successfully built the source.
   −
(Replace $GCHOME with the location where you want it installed.
+
mkdir -p $GCHOME; cd $GCHOME  # Replace $GCHOME with the location where you want it installed.
 
  −
mkdir -p $GCHOME; cd $GCHOME
   
  wget ftp://share.sph.umich.edu/gotcloud/gotcloud_latest.tgz  # Download
 
  wget ftp://share.sph.umich.edu/gotcloud/gotcloud_latest.tgz  # Download
 
  tar xvf gotcloud_latest.tgz --strip 1  # Extract
 
  tar xvf gotcloud_latest.tgz --strip 1  # Extract
  cd $GCHOME/src; make            # Build source
+
  cd src; make            # Build source
 
   
 
   
 
GotCloud requires the following tools to be installed.
 
GotCloud requires the following tools to be installed.

Navigation menu