-
Notifications
You must be signed in to change notification settings - Fork 8
Command Line Installation
Matthias Wolff edited this page Dec 21, 2015
·
18 revisions
These installation instructions use command line tools only. See Installation Using Eclipse for instructions how to setup an Eclipse workspace.
The following tools are needed:
- an SVN command line client,
- a C/C++ compiler (preferrably GCC - Windows users see Installation and Configuration of MinGW),
- a make tool (preferrably GNU make).
| MACHINE | optional | unique identifier of the machine type (e.g. "x86_win64"); useful if the workspace is located on a network drive and you compile for different machines |
| DLABPRO_HOME | optional | dLabPro home Folder |
| PATH | recommended | add the dLabPro binary folder <workspace>/dLabPro/bin.release |
Using Git (2a) - or - SVN (2b):
cd <workspace_loc> git clone https://github.com/matthias-wolff/dLabPro.git dLabPro
cd <workspace_loc> svn co https://github.com/matthias-wolff/dLabPro/trunk dLabPro
cd <workspace_loc>/dLabPro make -sk -f Makefile RELEASE
Copyright 2013-2014 dLabPro contributors and others (see COPYRIGHT file)