compile wxGTK : # ./configure --enable-gtk2
--enable-shared && make install if you want to compile using static-link
mode, please use the following command instead :
# ./configure --enable-gtk2 --disable-shared && make install
Download BBMan source
untar BBMan source : # unzip BBMan-src-vx-x.zip
# cd BBMan/unix && make
If nothing go wrong, program "bbman" will be put in BBMan/unix/obj,
and you must find BBMan/dev-c++/*.bmp (to enable icons) and BBMan/mo (if you
want to use non-English message) and copy them to the directory where program
"bbman" resides in.
Compile on Windows
Please visit the Dev-C++
and download the "with Mingw/GCC x.x.x" version, NOT
"executable only" version.