Skip to content

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.

Table of Contents

Prerequisites

The following tools are needed:

Project Setup

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

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

2a) Git
  cd <workspace_loc>
  git clone https://github.com/matthias-wolff/dLabPro.git dLabPro
2b) SVN
  cd <workspace_loc>
  svn co https://github.com/matthias-wolff/dLabPro/trunk dLabPro

Build

  cd <workspace_loc>/dLabPro
  make -sk -f Makefile RELEASE

Clone this wiki locally