From 06ebea9d0a6c631caeaf1c19c449cfb7ecd8559a Mon Sep 17 00:00:00 2001 From: Maksym Veremeyenko Date: Tue, 26 Jun 2012 13:04:19 +0300 Subject: [PATCH] add a linux compilation notes --- README | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/README b/README index 593e95c..f1d9ee7 100644 --- a/README +++ b/README @@ -15,3 +15,14 @@ # create lib file /usr/i686-pc-mingw32/bin/dlltool omplrlib.dll --def omplrlib.def --output-lib ../lib/libomplrlib.a /usr/i686-pc-mingw32/bin/dlltool ommedia.dll --def ommedia.def --output-lib ../lib/libommedia.a + + +***************************************************************** + +1. generate files: + ./autogen + +2. configure for linux + ./configure \ + --with-ommedia=/usr/local/omneon/ommedia-linux32-6.3.0.20110519 \ + --with-omplrlib=/usr/local/omneon/omplrlib-linux32-6.3.0.20110519 -- 1.7.4.4