fix README master
authorMaksym Veremeyenko <verem@m1stereo.tv>
Mon, 9 Jul 2012 22:37:47 +0000 (01:37 +0300)
committerMaksym Veremeyenko <verem@m1stereo.tv>
Mon, 9 Jul 2012 22:37:47 +0000 (01:37 +0300)
README

diff --git a/README b/README
index f1d9ee7..861d4d3 100644 (file)
--- a/README
+++ b/README
@@ -1,28 +1,22 @@
 1. generate files:
-    ./autogen
+    ./autogen.sh
 
-2. configure for win32
-    ./configure --host=i686-pc-mingw32 \
-        --with-ommedia=/usr/local/omneon/ommedia-win32-6.3.0.1.20110519 \
-        --with-omplrlib=/usr/local/omneon/omplrlib-win32-6.3.0.1.20110519
+2. configure
 
-3. preparation of library files cross-compiling
+for win32:
 
-    # create def file
-    pexports.exe omplrlib.dll > omplrlib.def
-    pexports.exe ommedia.dll > ommedia.def
+    ./configure \
+        --host=i686-pc-mingw32 \
+        --with-melted=/usr/local/src/melted.git \
+        --prefix=/home/verem/win32
 
-    # 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
+for linux:
+    ./configure \
+        --with-melted=/usr/local/src/melted.git \
+        --prefix=/usr/local/melted_gui
 
+NOTE:
 
-*****************************************************************
+melted source code required for build should be taken from same repo:
 
-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
+git clone http://research.m1stereo.tv/git/melted.git /usr/local/src/melted.git