Difference between revisions of "Downloading Source"

From Earlham CS Department
Jump to navigation Jump to search
(Created page with "==Mac and Windows== #Download Mercurial [http://mercurial.selenic.com/downloads/] #In a shell, navigate to your Eclipse workspace folder #Type: <code>hg clone https://android.pos...")
 
Line 3: Line 3:
 
#In a shell, navigate to your Eclipse workspace folder
 
#In a shell, navigate to your Eclipse workspace folder
 
#Type: <code>hg clone https://android.posit-mobile.googlecode.com/hg/ posit-mobile-android</code>
 
#Type: <code>hg clone https://android.posit-mobile.googlecode.com/hg/ posit-mobile-android</code>
#Open Eclipse
 
#Go to File -> Import
 
#Under "General", click on "Existing Projects into Workspace"
 
#Hit Next
 
#Browse your workspace directory and find the Posit project file you downloaded with Mercurial
 
#Click Finish
 
  
 
==Linux==
 
==Linux==
Line 14: Line 8:
 
#Download the source with your tool of choise
 
#Download the source with your tool of choise
 
# From the shell, type: <code>hg clone https://android.posit-mobile.googlecode.com/hg/ posit-mobile-android</code>
 
# From the shell, type: <code>hg clone https://android.posit-mobile.googlecode.com/hg/ posit-mobile-android</code>
#Open Eclipse
 
#Go to File -> Import
 
#Under "General", click on "Existing Projects into Workspace"
 
#Hit Next
 
#Browse your workspace directory and find the Posit project file you downloaded with Mercurial
 
#Click Finish
 

Revision as of 01:13, 21 March 2012

Mac and Windows

  1. Download Mercurial [1]
  2. In a shell, navigate to your Eclipse workspace folder
  3. Type: hg clone https://android.posit-mobile.googlecode.com/hg/ posit-mobile-android

Linux

Note: Not tested for Linux, can someone confirm

  1. Download the source with your tool of choise
  2. From the shell, type: hg clone https://android.posit-mobile.googlecode.com/hg/ posit-mobile-android