forked from bozho/console
-
Notifications
You must be signed in to change notification settings - Fork 230
How to compile
Christophe Bucher edited this page Feb 19, 2016
·
6 revisions
You can get freely Visual Studio 2015 Community.
ATL/MFC was missing from Visual Studio Express.
But Visual Studio Community and Visual Studio Professional share the same features.
You must check the optional feature Microsoft Foundation Classes for C++
during Visual Studio Community installation.
You also need boost.
To configure boost include path (in Console and ConsoleHook projects) , you can see files named BoostIncludePath.props.user.template, the usage is described inside.
To build localized DLLs, you need
- iconv.exe (GNU tools).
And finally, to build the help file, you need
- HTML Help Workshop and Documentation,
- pandoc,
- and csplit.exe (GNU tools).