How To Build Linux Kernel/en: различия между версиями

Новая страница: «'''0.''' The kernel should be built on your Linux desktop (not on the Wiren Board - theoretically it is possible, but it will require several gigabytes of free sp…»
(Новая страница: «You may need to build your kernel (for example, to enable the required modules). To build a kernel for the Wiren Board, you need to use a special repository that…»)
(Новая страница: «'''0.''' The kernel should be built on your Linux desktop (not on the Wiren Board - theoretically it is possible, but it will require several gigabytes of free sp…»)
Строка 3: Строка 3:




'''0.''' Сборку ядра следует проводить на вашем настольном компьютере под управлением Linux (не на Wiren Board - теоретически это возможно, но потребует несколько гигабайт свободного места, и займёт много времени).
'''0.''' The kernel should be built on your Linux desktop (not on the Wiren Board - theoretically it is possible, but it will require several gigabytes of free space, and will take a long time).
Убедитесь, что у вас установлен git (http://en.wikipedia.org/wiki/Git_%28software%29). Если нет, установите его:<pre>
 
Make sure you have git installed(http://en.wikipedia.org/wiki/Git_%28software%29). If not, install it:<pre>
sudo apt-get install git
sudo apt-get install git
</pre>
</pre>
Установите произвольные имя пользователя и почту:
Select a random user name and email:
<pre>
<pre>
git config --global user.name "Imya Familiya"
git config --global user.name "Imya Familiya"
12 063

правки