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.
You need:
| dLabPro (see here for Installation instructions) | required |
| a Git or SVN command line client | required |
| 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):
cd <workspace_loc> git clone https://github.com/matthias-wolff/UASR.git uasr
cd <workspace_loc> svn co https://github.com/matthias-wolff/UASR/trunk uasr