Building Miranda/de: Difference between revisions

From Miranda NG
Building Miranda/de
Jump to navigation Jump to search
(Created page with "Das Folgende wurde unter Windows 10 getestet.")
(Created page with "Sie benötigen [$perl Perl] und [$nasm NASM] um [$openssl OpenSSL] zu kompilieren.")
Line 28: Line 28:
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
Sie benötigen [https://learn.perl.org/installing/windows.html Perl] und [https://www.nasm.us NASM] um [https://www.openssl.org OpenSSL] zu kompilieren.
You need [https://learn.perl.org/installing/windows.html Perl] and [https://www.nasm.us NASM] to build [https://www.openssl.org OpenSSL].
</div>


[[Category:Help{{#translation:}}|{{#getdisplaytitle:{{FULLPAGENAME}}}}]]
[[Category:Help{{#translation:}}|{{#getdisplaytitle:{{FULLPAGENAME}}}}]]

Revision as of 22:30, 5 February 2023

Other languages:
Hinweis
Das Folgende wurde unter Windows 10 getestet.
  • 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++
    • 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 solutin (F7) or particular plugins (in this case build mir_core first).
Wichtig
{{{1}}}
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment]
"DoBundleInstallationChecks"="false"

You need FreePascal to build plugins written in Pascal (Actman, mRadio, Watrack), except History++ which requires RAD Studio XE2.

Sie benötigen Perl und NASM um OpenSSL zu kompilieren.