Skip to content
saulrh edited this page Feb 22, 2013 · 7 revisions

Prerequisites

Follow the installation instructions for GRIP at https://github.com/golems/grip/wiki/Linux-Installation

Clone GRIP Samples

If you installed Dart and Grip from apt-repo

  git clone git://github.com/golems/grip-samples.git
  git tag -l
  git checkout tags/v2.3

If you installed Dart and Grip from source

  git clone git://github.com/golems/grip-samples.git
  cd grip-samples; git submodule init; git submodule update; cd ..;
Clone this wiki locally