Downloading Source

From Earlham CS Department
Revision as of 01:12, 21 March 2012 by Lnulric09 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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
  4. Open Eclipse
  5. Go to File -> Import
  6. Under "General", click on "Existing Projects into Workspace"
  7. Hit Next
  8. Browse your workspace directory and find the Posit project file you downloaded with Mercurial
  9. Click Finish

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
  3. Open Eclipse
  4. Go to File -> Import
  5. Under "General", click on "Existing Projects into Workspace"
  6. Hit Next
  7. Browse your workspace directory and find the Posit project file you downloaded with Mercurial
  8. Click Finish