helpcenter/Web/Controls/Help/Server/Common/CompilingServerDesktop/BuildSource/BuildSource.ru.ascx
2017-04-18 18:10:25 +03:00

26 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<p>Получите последнюю версию исходного кода <b class="documentserver_display">Сервера документов</b><b class="desktop_display">Десктопных редакторов</b> с GitHub:</p>
<pre><code>git clone --recursive https://github.com/ONLYOFFICE/<%= ((BasePage)Page).CommandName %>.git
</code></pre>
<p>Перейдите в каталог <b class="documentserver_display">Сервера документов</b><b class="desktop_display">Десктопных редакторов</b>:</p>
<pre><code>cd <%= ((BasePage)Page).CommandName %>
</code></pre>
<p>Скачайте и установите сторонние модули:</p>
<pre><code>cd core/Common/3dParty && ./make.sh
</code></pre>
<p>Теперь надо собрать компоненты <b class="documentserver_display">Сервера документов</b><b class="desktop_display">Десктопных редакторов</b>:</p>
<ol>
<li>Соберите <b>core</b>:
<pre><code>cd ../.. && make
</code></pre>
</li>
<li>Соберите <b>sdkjs</b>:
<pre><code>cd ../sdkjs && make
</code></pre>
</li>
<li class="documentserver_display">Соберите <b>server</b>:
<pre><code>cd ../server && make
</code></pre>
</li>
</ol>