Building Miranda/ru: Difference between revisions

From Miranda NG
Building Miranda/ru
Jump to navigation Jump to search
(Updating to match new version of source page)
No edit summary
Line 1: Line 1:
<languages/>
<languages/>
{{TNT|Note|<span class="mw-translate-fuzzy">Проверено в Windows 10/11</span>}}
{{TNT|Note|Проверено в Windows 10 и более новых операционных системах}}


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
Line 14: Line 14:
** Windows Universal CRT SDK
** Windows Universal CRT SDK
** Windows XP support for C++
** Windows XP support for C++
** Windows 8.1 SDK (only for {{Plugins|Toaster}})
** Windows 8.1 SDK (only for {{Plugin|Toaster}})
** Visual Studio C++ core features
** Visual Studio C++ core features
* Open mir_full.sln solution (located at <tt>/bin15</tt> for Visual Studio 2017, <tt>/bin16</tt> for Visual Studio 2019 or <tt>/bin17</tt> for Visual Studio 2022) and build all solution (F7) or particular plugins (in this case build <tt>mir_core</tt> first).
* Open mir_full.sln solution (located at <tt>/bin15</tt> for Visual Studio 2017, <tt>/bin16</tt> for Visual Studio 2019 or <tt>/bin17</tt> for Visual Studio 2022) and build all solution (F7) or particular plugins (in this case build <tt>mir_core</tt> first).

Revision as of 00:50, 27 February 2023

Other languages:
Примечание
Проверено в Windows 10 и более новых операционных системах
  • Obtain Miranda NG sources
  • Install Visual Studio 2017/2019/2022
  • Bare minimum Visual Studio 2017 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++
    • Windows 8.1 SDK (only for Toaster)
    • Visual Studio C++ core features
  • Open mir_full.sln solution (located at /bin15 for Visual Studio 2017, /bin16 for Visual Studio 2019 or /bin17 for Visual Studio 2022) and build all solution (F7) or particular plugins (in this case build mir_core first).
Важно
При использовании Visual Studio 2017 потребуется добавить следующий параметр реестра:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment]
"DoBundleInstallationChecks"="false"

Для сборки плагинов, написанных на Pascal (Actman, mRadio, Watrack) требуется FreePascal. Исключением является History++, требующий RAD Studio XE2.

Для сборки OpenSSL понадобятся Perl и NASM.