Discussion:
[Visual Studio] Announcing wxWidgets NuGet package
Andrew Smart
2014-03-05 03:19:39 UTC
Permalink
With a set of other developers I had worked on a suite of projects using
the wxWidgets libraries, and I created this to save time when creating new
projects that depended on wxWidgets. Hope it helps other teams out there!

See guide for usage here:
http://wiki.wxwidgets.org/Microsoft_Visual_C++_NuGet

This NuGet package, when installed to a Visual Studio project will link to
wxWidgets for you, and it can build a target wxWidgets library from source
for you (e.g. BUILD=Release, SHARED=1, wxMSVC_VERSION=110,
wxTOOLKIT_PREFIX=msw). If the wxWidgets source is updated, and you command
a build of your project, the wxWidgets library should automatically rebuild
before your project is built.

This package does not use pre-built binaries (unless they already exist in
the build folder of the wxWidgets source). It will also create a
precompiled header file for your project.

If you want any additional features/options in the package, email me. I'll
throw link to a demonstration video in that guide later.

-Andrew Smart
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Vadim Zeitlin
2014-03-05 16:13:52 UTC
Permalink
On Tue, 4 Mar 2014 19:19:39 -0800 (PST) Andrew Smart wrote:

AS> With a set of other developers I had worked on a suite of projects using
AS> the wxWidgets libraries, and I created this to save time when creating new
AS> projects that depended on wxWidgets. Hope it helps other teams out there!
AS>
AS> See guide for usage here:
AS> http://wiki.wxwidgets.org/Microsoft_Visual_C++_NuGet

Thanks Andrew! I've mentioned this on http://www.wxwidgets.org/ ...

AS> If you want any additional features/options in the package, email me.

... So please don't be surprised if you get tons of emails now ;-)

Thanks again for providing this!
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
Hugo Benicio
2014-03-14 14:15:20 UTC
Permalink
Thanks Andrew and all the other developers behind this great feature. I
missed something like that for a long time.
Tested and approved! =)
Post by Vadim Zeitlin
AS> With a set of other developers I had worked on a suite of projects using
AS> the wxWidgets libraries, and I created this to save time when creating new
AS> projects that depended on wxWidgets. Hope it helps other teams out there!
AS>
AS> http://wiki.wxwidgets.org/Microsoft_Visual_C++_NuGet
Thanks Andrew! I've mentioned this on http://www.wxwidgets.org/ ...
AS> If you want any additional features/options in the package, email me.
... So please don't be surprised if you get tons of emails now ;-)
Thanks again for providing this!
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Loading...