Command Line Installation - matthias-wolff/UASR GitHub Wiki

These installation instructions use command line tools only. See Installation Using Eclipse for instructions how to setup an Eclipse workspace.

Table of Contents

Prerequisites

You need:

dLabPro (see here for Installation instructions) required
a Git or SVN command line client required

Project Setup

1. Set/Modify Environment Variables
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
2. Check-out

Using Git (2a) - or - SVN (2b):

2a) Git
  cd <workspace_loc>
  git clone https://github.com/matthias-wolff/UASR.git uasr
2b) SVN
  cd <workspace_loc>
  svn co https://github.com/matthias-wolff/UASR/trunk uasr
⚠️ **GitHub.com Fallback** ⚠️