GetGamaDevCodeUsingEclipsePlugin - gama-platform/gama GitHub Wiki

Install GAMA source code with Eclipse plugin

The source code for Gama is downloaded from GitHub using Eclipse by following these steps:

  1. Open the Git perspective:
  • Windows > Perspective > Open Perspective > Other...
  • Choose Git Open GIT perspective
  1. Click on "Clone a Git repository" Clone Repository
  • In Source Git repository window:
    • Fill in the URI label with: https://github.com/gama-platform/gama.git
    • Other fields will be automatically filled in. Source GIT repository
  • In Branch Selection windows,
    • check the 2024-06 branch
    • Next

gama_import

  • In Local Destination windows,
    • Choose a Directory (where the source files will be downloaded).
    • Everything else should be unchecked
    • Finish

Local destination

This can take a while...

You can now return to the development version setup page to continue the installation with the "Import projects into workspace" section.

GIT Tutorials

For those who want to learn more about Git and Egit, please consult the following tutorials/papers

  1. EGIT/User Guide http://wiki.eclipse.org/EGit/User_Guide
  2. Git version control with Eclipse (EGIT) - Tutorial http://www.vogella.com/tutorials/EclipseGit/article.html
  3. 10 things I hate about Git http://stevebennett.me/2012/02/24/10-things-i-hate-about-git/
  4. Learn Git and GitHub Tutorial https://www.youtube.com/playlist?list=PL1F56EA413018EEE1