Announcing wxWPM 0.2: wxWidgets Package Manager
Francesco Montorsi
f18m_cpp217828 at yahoo.it
Sat Feb 3 03:44:24 PST 2007
mathieu ha scritto:
> On Feb 2, 2:27 pm, f18m_cpp217... at yahoo.it (Francesco Montorsi) wrote:
>> Hi wx-users,
>> I'm pleased to announce a new release of the wxWPM, the wxWidgets
>> package manager project.
>>
>> What is it?
>> -----------
>>
>> The wxWidgets Packager Manager project (wxWPM in short) provides the
>> tools to create and use a new format of source packages: the wxWidgets
>> packages.
>>
>> The wxWidgets packages are simple compressed archives containing a WXP
>> (wxWidgets package descriptor file) which contains the info used by the
>> Package Manager to build (i.e. compile), install or uninstall the
>> package on the user's system using the build system of the packaged
>> software (e.g. bakefile orcmake).
>
> Glad to see more and more CMake involved in wx projects !
honestly there are some problems currently with CMake (summing them up as "there
are no standard wxpresets for cmake currently") so that currently wxWPM works
only with bakefile.
However Klaas Holwerda and me (mostly Klaas however :)) are working on them to
be able to provide very soon (maybe even next week) one or two .cmake files
which should make it very easy to create cmake-based build systems for wx-based
apps/libraries.
Once they will be in place, wxWPM will be able to launch cmake for building wx
packages using the standard set of WX_* options (which should be made available
in cmake presets).
Also, wxdevs have shown no problems to add such cmake "presets" under
wx\build\cmake\presets...
> Could you please fix the link to www.cmake.org at:
>
> http://wxwpm.sourceforge.net/
>
> right now the link is :
>
> "http://wxwpm.sourceforge.net/www.cmake.org"
done - it will take some hours to be updated on the website however.
Thanks for reporting it!
Francesco
More information about the wx-users
mailing list