Installation Using Eclipse - matthias-wolff/UASR GitHub Wiki
These installation instructions apply to the Eclipse Kepler (4.3), Luna (4.4), Mars (4.5), and Neon (4.6) IDEs. See Command Line Installation for alternative instructions using command line tools only.
You need:
| Software | |
|---|---|
| dLabPro | required |
| Eclipse Plug-Ins | |
| a Git or SVN team provider | required |
| dLabPro Plug-In | recommended |
| UASR_HOME | required | UASR home folder <workspace_loc>/uasr |
| PATH | recommended | add the following folders: <workspace_loc>/uasr/scripts/dlabpro and <workspace_loc>/uasr/scripts/dlabpro/tools |
Using Git (2a) - or - SVN (2b):
- in Eclipse: Window / Show View / Other...
- select Git / Git Repositories
Ok
- Git Repositories view
- Clone a GIT repository
- Source Git Repository page
- URI: https://github.com/matthias-wolff/UASR.git
- enter GitHub credentials
Next>
- Branch Selection page
- uncheck everything but "master"
Next>
- Local Destination page
- Directory: <workspace_loc>/uasr
-
Finish
- in Eclipse: File / New / Project...
- proceed with 3.
- in Eclipse: File / New / Project...
- SVN / Project from SVN
Next>
- Enter Repository Location Information page
- URL: https://github.com/matthias-wolff/UASR
- enter GitHub credentials
Next>
- Select Resource page
- URL: https://github.com/matthias-wolff/UASR/trunk
Finish
- Check Out As page
- select: Check out as a Project using the New Project Wizard
Finish
- proceed with 3.
- Select a wizard page
- select: General / Project
Next>
- Project page
- Project name: uasr
Finish