Video maid:Install
Install from Windows Binary
Please download GTK+-2.0 series and Libraries for running it (gtk-2.a.b.c-bin.zip) from GTK+ Laboratory and expand it. Please download compiled binary of Video maid (vmaid-x.y.z-win32.zip) and expand it. Copy vmaid.exe from vmaid-x.y.z-win32 to bin folder at gtk-2.a.b.c-bin, and copy share folder from vmaid-x.y.z-win32 to share folder at gtk-2.a.b.c-bin.
Build from source tarball
General sequence
To build Video maid from source tarball, please type following commands.
$ tar zxvf vmaid-x.y.z.tar.gz $ cd vmaid-x.y.z $ ./configure $ make $ su (Passward) $ make install
If you want to enable Win32 Emulation support, please add a following option.
$ ./configure --with-w32
When Win32 Emulation support is enable, please append these in "/usr/local/etc/w32ldr/registry.ini" or ".maid/w32ldr/registry.ini" at home directory.(Please get huffyuv.dll or other DLLs.)
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Drivers32] "vidc.HFYU"="/usr/local/lib/w32ldr/huffyuv.dll"
If you want to disable Multi Thread support, please add a following option.
$ ./configure --disable-thread
Windows sequence
To build Video maid from source tarball, please type following commands. It needs to Visual C++, Win32 SDK and GTK+ development environment.
$ tar zxvf vmaid-x.y.z.tar.gz $ cd vmaid-x.y.z $ nmake /f Makefile.msc
Please install by yourself.
Addressiwm@maid.org