fix README
[melted_gui] / README
diff --git a/README b/README
index e69de29..861d4d3 100644 (file)
--- a/README
+++ b/README
@@ -0,0 +1,22 @@
+1. generate files:
+    ./autogen.sh
+
+2. configure
+
+for win32:
+
+    ./configure \
+        --host=i686-pc-mingw32 \
+        --with-melted=/usr/local/src/melted.git \
+        --prefix=/home/verem/win32
+
+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:
+
+git clone http://research.m1stereo.tv/git/melted.git /usr/local/src/melted.git