Translations:How To Build Linux Kernel/2/en

Материал из Wiren Board
Версия от 05:36, 31 мая 2021; FuzzyBot (обсуждение | вклад) (FuzzyBot переименовал страницу Translations:Сборка ядра/2/en в Translations:How To Build Linux Kernel/2/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 space, and will take a long time).

Make sure you have git installed(http://en.wikipedia.org/wiki/Git_%28software%29). If not, install it:

sudo apt-get install git

Select a random user name and email:

git config --global user.name "Imya Familiya"
git config --global user.email "vash@adres.ru"