mirror of https://github.com/ByConity/ByConity
Better [#METR-20000].
This commit is contained in:
parent
d5aa779041
commit
87f71cbfaa
|
@ -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.
|
||||
To test for SSE 4.2 support, do
|
||||
<span class="text-example">
|
||||
grep -q sse4_2 /proc/cpuinfo && echo "SSE 4.2 supported" || echo "SSE 4.2 not supported"
|
||||
</span>
|
||||
<span class="inline-example">grep -q sse4_2 /proc/cpuinfo && echo "SSE 4.2 supported" || echo "SSE 4.2 not supported"</span>
|
||||
|
||||
We recommend using Ubuntu Trusty or Ubuntu Precise.
|
||||
The terminal must use UTF-8 encoding (the default in Ubuntu).</p>
|
||||
|
|
|
@ -388,9 +388,7 @@ OLAPServer хорошо подходил для неагрегированных
|
|||
|
||||
<p>Система некроссплатформенная. Требуется ОС Linux Ubuntu не более старая, чем Precise (12.04); архитектура x86_64 с поддержкой набора инструкций SSE 4.2.
|
||||
Для проверки наличия SSE 4.2, выполните:
|
||||
<span class="text-example">
|
||||
grep -q sse4_2 /proc/cpuinfo && echo "SSE 4.2 supported" || echo "SSE 4.2 not supported"
|
||||
</span>
|
||||
<span class="inline-example">grep -q sse4_2 /proc/cpuinfo && echo "SSE 4.2 supported" || echo "SSE 4.2 not supported"</span>
|
||||
|
||||
Рекомендуется использовать Ubuntu Trusty или Ubuntu Precise.
|
||||
Терминал должен работать в кодировке UTF-8 (как по умолчанию в Ubuntu).</p>
|
||||
|
|
Loading…
Reference in New Issue