This commit is contained in:
alexandervnuchkov 2018-07-05 14:12:36 +03:00
commit 00d7c603ff

View File

@ -23,7 +23,7 @@
<ul>
<li>7z</li>
<li>Git for Windows</li>
<li>Microsoft Visual Studio 2013 Community</li>
<li>Microsoft Visual Studio 2015 Community</li>
<li>Microsoft Windows SDK 8.1</li>
<li>Qt 5.8</li>
<li>PowerShell 4</li>
@ -38,7 +38,7 @@
<h5>Getting the source code</h5>
<p>Run the Windows command line tool, create the folder for the project and checkout the project from the GitHub:</p>
<pre><code>mkdir C:\GIT\DesktopEditors
cd C:\GIT\DesktopEditors
cd C:\GIT\
git clone --recursive https://github.com/ONLYOFFICE/DesktopEditors.git</code></pre>
<h5>Build the third-party core components</h5>
<p>Now fetch and build the third-party core components. To do that run the following <code>.bat</code> file:</p>