Просмотр исходного кода

README.md: add note about free memory requirement

As a followup for the issue #86 clarify the minimal amount of free RAM for the toolchain build.
Max Filippov 10 лет назад
Родитель
Сommit
82df944404
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -38,6 +38,9 @@ To build the standalone SDK and toolchain, you need a GNU/POSIX system
 (Linux, BSD, MacOSX, Windows with Cygwin) with the standard GNU development
 tools installed: gcc, binutils, flex, bison, etc.
 
+Please make sure that the machine you use to build the toolchain has at least
+1G free RAM+swap (or more, which will speed up the build).
+
 ## Debian/Ubuntu
 
 Ubuntu 14.04: