Boost header

Ralf Habacker ralf.habacker at freenet.de
Wed May 30 22:05:57 CEST 2007


Christian Ehrlicher schrieb:
> Andreas Pakulat schrieb:
>> Hi,
>>
>> I'd like to know wether the new boost-headers package was created by
>> just copying the headers or did you actually achieve building parts of
>> boost on windows?
>>
>> Andreas
>>
>> PS: Reason is simply that a plugin from KDevelop depends on the boost
>> serialization library and that part of the plugin can't be refactored to
>> use Qt.
>>
> I built boost and did a 'make install'. All with mingw. But the 
> installation was ~1GB -> 
with debug symbols. You may run gnuwin32 commands

 find -name "*.dll" | strip -s {} ;
 find -name "*.exe" | strip -s {} ;

in the installation dir to reduce the size.

Ralf




More information about the Kde-windows mailing list