Better [#METR-20000].

This commit is contained in:
Alexey Milovidov 2016-06-10 16:28:27 +03:00
parent d5aa779041
commit 87f71cbfaa
2 changed files with 2 additions and 6 deletions

View File

@ -363,9 +363,7 @@ At this time (May 2016), there aren't any available open-source and free sys
<p>This is not a cross-platform system. It requires Linux Ubuntu Precise (12.04) or newer, x86_64 architecture with SSE 4.2 instruction set. <p>This is not a cross-platform system. It requires Linux Ubuntu Precise (12.04) or newer, x86_64 architecture with SSE 4.2 instruction set.
To test for SSE 4.2 support, do To test for SSE 4.2 support, do
<span class="text-example"> <span class="inline-example">grep -q sse4_2 /proc/cpuinfo &amp;&amp; echo "SSE 4.2 supported" || echo "SSE 4.2 not supported"</span>
grep -q sse4_2 /proc/cpuinfo &amp;&amp; echo "SSE 4.2 supported" || echo "SSE 4.2 not supported"
</span>
We recommend using Ubuntu Trusty or Ubuntu Precise. We recommend using Ubuntu Trusty or Ubuntu Precise.
The terminal must use UTF-8 encoding (the default in Ubuntu).</p> The terminal must use UTF-8 encoding (the default in Ubuntu).</p>

View File

@ -388,9 +388,7 @@ OLAPServer хорошо подходил для неагрегированных
<p>Система некроссплатформенная. Требуется ОС Linux Ubuntu не более старая, чем Precise (12.04); архитектура x86_64 с поддержкой набора инструкций SSE 4.2. <p>Система некроссплатформенная. Требуется ОС Linux Ubuntu не более старая, чем Precise (12.04); архитектура x86_64 с поддержкой набора инструкций SSE 4.2.
Для проверки наличия SSE 4.2, выполните: Для проверки наличия SSE 4.2, выполните:
<span class="text-example"> <span class="inline-example">grep -q sse4_2 /proc/cpuinfo &amp;&amp; echo "SSE 4.2 supported" || echo "SSE 4.2 not supported"</span>
grep -q sse4_2 /proc/cpuinfo &amp;&amp; echo "SSE 4.2 supported" || echo "SSE 4.2 not supported"
</span>
Рекомендуется использовать Ubuntu Trusty или Ubuntu Precise. Рекомендуется использовать Ubuntu Trusty или Ubuntu Precise.
Терминал должен работать в кодировке UTF-8 (как по умолчанию в Ubuntu).</p> Терминал должен работать в кодировке UTF-8 (как по умолчанию в Ubuntu).</p>