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

Prerequisites

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

Compiling and running GRIP samples

Clone the grip-samples repository. Then use cmake to generate Makefiles and compile them.

  git clone git://github.com/golems/grip-samples.git
  cd grip-samples
  git tag -l
  git checkout tags/v2.2
  cmake .
  make

This should compile binaries for each project in their respective folders.

--

If you are using dart and grip from repos clone the tagged version, otherwise clone the latest master.

Clone this wiki locally