This is only for the instructions how to compile the MBBC win32 version source code. Note: The core algorithm of MBBC is developed by R(c) and Ox(c). Please refer the other readme files or instructions if you want to know about it. 1. Installation 1) Please download 'dev-c++ with MinGW/GCC' (http://www.bloodshed.net/devcpp.html) and install it. If downloading is blocked from this webpage, you need 'Ctl-click' to release pop-up window. 2) Please download 'Qt open source version for C++ developers' along with MinGW (http://trolltech.com/products/qt)and install it. 2. Environmental variables setting 1) Even after installation both dev-c++ and Qt, their commands may not be executable. In that case, please update the paths for them. (1) Please follow the following route in your system. "Start - Control Panel - System - Advanced - Environmental variables" (2) Click 'Path' in the "system variables" panel. (3) After that, click 'Edit' button. (4) If Qt's path does not exist, please add Qt's bin directory(e.g., C:\Qt\4.2.2\bin\;). (5) Similarly, please add Dev-c++'s bin directory into the path list. (6) Finally, click 'Ok' twice. 3. At this step, we must setup the environmental variables within Dev-c++. Please follow the instruction below. 1) Run Dev-c++ 2) Select 'Tools' menu. 3) Select 'Complier options'. 3) Among the top tab menus, select the 'directories' tab. we will see some sub-tab menus. 4) To include Qt header files, select 'C Includes' and add the following directory. C:\Qt\4.2.2\include (or corresponding directory in the lastest version) Select 'C++ Includes' and add the following directory. C:\Qt\4.2.2\include (or the lastest version) 5) click 'Ok'. 4. To create the lastest version of Makefile, complete the following steps. 1) Open DOS command window. 2) Go to the MBBC source codes' directory 3) Execute the following command line, 'qmake -project'. 4) After 3), please execute the command, 'qmake'. 5) Close the DOS command window. 6) Open Dev-C++ and create a new project file (empty project) that is named 'mbbc.dev' within MBBC source code directory. 7) Select 'Project' in the main menu and select 'Add to Project'. 8) Select all *.h, *.cpp, *.pro, and *.qrc files. 9) Click 'Open'. 10) Select the menu 'Project' and click the 'Project Options'. 11) Click a tab, titled 'Makefile'. 12) Check "Use custom Makefile (do not...)". 13) Find Makefile for MBBC in the MBBC directory by using 'browse button'. 14) Select Makefile. 15) Click 'Ok' 5. Now, we can compile MBBC source code on the Dev-C++. You can compile it by using keys Ctrl+F11 or clicking Execute(Z)-Rebuild All. MBBC.exe is created within '...\MBBC2.0_source\release' directory. Note) In some cases, compilation may not be completed. In that case, please update Makefile through the 4.3) - 4.4) and then try again. (It may cause from the fact that Compiler does not find a 'printpreview.moc' file.) Thank you for using our software. The Q Public License http://trolltech.com/products/qt/licenses/licensing/qpl The GNU Public Licens http://www.gnu.org/copyleft/gpl.html MBBC website http://www.phhp.ufl.edu/~yjoo/MBBC.html Copyright(c) MBBC software, Younghwan Namkoong.