I have found that vlmc project has some achievements have been made in the development work. I download the source code and try to build it on windows 10 32 bit. I follow the steps by INSTALL.win32.cmd. But the first step in this file's instruction, the contribs\contribs.sh file couldnot be found. Was it a mistake at work? here is the build instruction:
# Cross-compilation (from Unix)
## Get Contribs
cd contribs
sh contribs.sh
## Configure
mkdir win32 && cd win32
cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchain-win32.cmake ..
Use -D flag to set cmake flags such as:
cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchain-win32.cmake -DQT_MOC_EXECUTABLE=../contribs/tools/moc.exe ..
## Build
make
## Package It
make installer