Небольшое исправление документации

This commit is contained in:
Aren Elchinyan 2024-01-31 19:35:12 +03:00
parent 29b9d6ba3a
commit f218333bd0
1 changed files with 4 additions and 3 deletions

View File

@ -6,13 +6,14 @@
```bash
sudo apt update
sudo apt install unzip
./scripts/get_sdk.sh
```
## Ubuntu 18.04+
```bash
sudo apt install clang-format python3 unzip git qemu-system-x86 qemu-system-gui gdisk dos2unix xorriso libc6 gcc make curl
sudo apt install clang-format python3 git qemu-system-x86 qemu-system-gui gdisk dos2unix xorriso libc6 gcc make curl
git clone https://git.synapseos.ru/Aren/BMOSP.git
cd BMOSP/
chmod +x build.sh
@ -25,7 +26,7 @@ chmod +x build.sh
В qemu недоступен флаг `-cpu max`, просто уберите его при запуске
```bash
sudo apt install clang-format python3.7 unzip git qemu-system-x86 gdisk dos2unix xorriso libc6 gcc make curl
sudo apt install clang-format python3.7 git qemu-system-x86 gdisk dos2unix xorriso libc6 gcc make curl
git clone https://git.synapseos.ru/Aren/BMOSP.git
cd BMOSP/
python3.7 pbuild.py
@ -35,7 +36,7 @@ python3.7 pbuild.py
```bash
yay -S clang-format
sudo pacman -S python3 unzip git qemu-system-x86 qemu-system-gui xorriso libc6 gcc make curl
sudo pacman -S python3 git qemu-system-x86 qemu-system-gui xorriso libc6 gcc make curl
git clone https://git.synapseos.ru/Aren/BMOSP.git
cd BMOSP/
chmod +x build.sh