Hi, You can use MinGW to build your application on Windows. http://www.mingw.org/wiki/HOWTO_Install_the_MinGW_GCC_Compiler_Suite
In BOINC source code, in the lib/ folder, there is a file called Makefile.mingw. Go inside lib/, type "make -f Makefile.mingw". And it should works. Best, ________________________________ From: Shane Reilly <[email protected]> To: [email protected] Sent: Mon, May 24, 2010 4:16:24 PM Subject: [boinc_dev] Compilation Documentation - DevC++ >From the documentation at these two sites: http://boinc.berkeley.edu/trac/wiki/CompileApp http://boinc.berkeley.edu/trac/wiki/CompileApp?version=8&format=txt According to the documentation at <http://boinc.berkeley.edu/trac/wiki/CompileApp>: "If you can't or don't want to use Visual Studio to build applications, the easiest alternative is Dev-C++ <http://www.bloodshed.net/devcpp.html>, an open-source development environment based on the GCC compilers. Use the MinGW compile option." Unfortunately there is no documentation on how to do it. In the file at <http://boinc.berkeley.edu/trac/wiki/CompileApp?version=8&format=txt> it states: "TODO: develop a project file for Dev-C++. It should be similar to the Visual Studio project file (i.e. it should include what it needs from boinc/)." This would be very helpful. I have no experience with DevC++. _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address. _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
