Skip to content
AtiyahElsheikh edited this page Jul 1, 2013 · 6 revisions

Installation

building libraries is done with

  $ build.sh lib 

Building test drivers under bin is done with

  $ build.sh build 

Clean the installation is done with

  $ build.sh clean 

Building for mingw is done with adding

  $ build.sh -f Makefile.mingw lib 

Tested platforms

  1. Tested with Cygwin gcc version 4.5.3
  2. Tested with Linux-Suse gcc version 4.6.2
  3. Tested with Mingw gcc 4.3.4 (Regular expression excluded)
Clone this wiki locally