Added old CPU warning for docker users

pull/29/head
Piero Toffanin 2018-01-18 10:59:58 -05:00 zatwierdzone przez GitHub
rodzic 1f0e49cb2d
commit 391ae36285
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -30,6 +30,8 @@ Linux users can connect to 127.0.0.1.
* Press "Start Task"
* Go for a walk :)
If the computer running node-opendronemap is using an old or 32bit CPU, you need to compile OpenDroneMap from sources and setup node-opendronemap natively. You cannot use docker. Docker images work with CPUs with 64-bit extensions, MMX, SSE, SSE2, SSE3 and SSSE3 instruction set support or higher. Seeing a `Illegal instruction` error while processing images is an indication that your CPU is too old.
## API Docs
See the [API documentation page](/docs/index.adoc).