mirror of https://github.com/0Nera/BMOSP.git
Обновлены инструкции по сборке
This commit is contained in:
parent
8b0742c4f9
commit
90c3fd689c
7
BUILD.md
7
BUILD.md
|
@ -2,9 +2,11 @@
|
|||
|
||||
## Установка SDK
|
||||
|
||||
Перед сборкой рекомендуем установить готовый пакет SDK
|
||||
Перед сборкой рекомендуем установить готовый пакет SDK вместе с libc6
|
||||
|
||||
```bash
|
||||
sudo apt update
|
||||
sudo apt install libc6
|
||||
./scripts/get_sdk.sh
|
||||
```
|
||||
|
||||
|
@ -24,7 +26,7 @@ chmod +x build.sh
|
|||
В qemu недоступен флаг `-cpu max`, просто уберите его при запуске
|
||||
|
||||
```bash
|
||||
sudo apt install clang-format python3.7 unzip git qemu-system-x86 qemu-system-gui gdisk dos2unix xorriso
|
||||
sudo apt install clang-format python3.7 unzip git qemu-system-x86 gdisk dos2unix xorriso
|
||||
git clone https://git.synapseos.ru/Aren/BMOSP.git
|
||||
cd BMOSP/
|
||||
python3.7 pbuild.py
|
||||
|
@ -32,7 +34,6 @@ python3.7 pbuild.py
|
|||
|
||||
## ArchLinux
|
||||
|
||||
Модули грузятся с ошибкой
|
||||
|
||||
```bash
|
||||
yay -S clang-format
|
||||
|
|
Loading…
Reference in New Issue