===================================
for Windows users:
===================================

0) apply bkm patches to qmake and rebuild qmake.exe in qt/qmake/generators/win32 directory

1) qmake -r -tp vc ugene.pro

2) cd src

3) run ugene2008.sln


===================================
for *nix users:
===================================
0) installation paths may be corrected in ugene_globals.pri

1) qmake -r ugene.pro

2) make

3) make install. 

Notes:
1) UGENE_CELL flag in ugene_globals should be uncommented when building on Cell BE platform

