you will need
qt 4.8 http://qt-project.org/downloads

git  http://git-scm.com/download/win

cmake  http://www.cmake.org/cmake/resources/software.html

nsis http://nsis.sourceforge.net/Download

-- build zlib 
download from http://www.winimage.com/zLibDll/

cd c:\src\zlib-1.2.5
mkdir build
cd build
del ..\zconf.h
cmake -DCMAKE_BUILD_TYPE=Release ..
nmake
copy zconf.h ..


-- build clucene
git clone git://clucene.git.sourceforge.net/gitroot/clucene/clucene
cd clucene
mkdir build
cmake ..
nmake

---

--build openBibleViewer
set all paths in CMakeLists.txt

cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE="Release" ..
nmake
namek package

change 

to needed paths

cd C:\\Users\\mo\\coding\\openBibleViewer
