fix README
[melted_gui] / README
1 1. generate files:
2     ./autogen.sh
3
4 2. configure
5
6 for win32:
7
8     ./configure \
9         --host=i686-pc-mingw32 \
10         --with-melted=/usr/local/src/melted.git \
11         --prefix=/home/verem/win32
12
13 for linux:
14     ./configure \
15         --with-melted=/usr/local/src/melted.git \
16         --prefix=/usr/local/melted_gui
17
18 NOTE:
19
20 melted source code required for build should be taken from same repo:
21
22 git clone http://research.m1stereo.tv/git/melted.git /usr/local/src/melted.git