Building Miranda

From Miranda NG
Revision as of 01:34, 28 October 2022 by Dart Raiden (talk | contribs) (Created page with "<languages/> {{TNT|Note|<translate>The following was tested in Windows 10.</translate>}} <translate> * Obtain [<tvar|miranda_sources>https://github.com/miranda-ng/miranda-ng</> Miranda NG sources] * Install Visual Studio 2017/2019/2022 * Bare minimum VS components: ** Static analysis tools ** Text Template Transformation ** C# and Visual Basic Roslyn compilers ** MSBuild ** VC++ 2017 version 15.9 v14.16 latest v141 tools ** Visual C++ 2017 Redistributable Update ** Wind...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Other languages:
Note
The following was tested in Windows 10.
  • Obtain Miranda NG sources
  • Install Visual Studio 2017/2019/2022
  • Bare minimum VS components:
    • Static analysis tools
    • Text Template Transformation
    • C# and Visual Basic Roslyn compilers
    • MSBuild
    • VC++ 2017 version 15.9 v14.16 latest v141 tools
    • Visual C++ 2017 Redistributable Update
    • Windows Universal CRT SDK
    • Windows XP support for C++
    • Visual Studio C++ core features
Important
{{{1}}}
  • open solution (/bin15/mir_full.sln for VS2017) and build all solutin (F7) or particular plugins (build mir_core first)