Обновлены инструкции

This commit is contained in:
Aren Elchinyan 2024-01-29 22:13:27 +03:00
parent 73bf252f98
commit 11a130c9ab
1 changed files with 4 additions and 6 deletions

View File

@ -6,14 +6,13 @@
```bash
sudo apt update
sudo apt install libc6
./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
sudo apt install clang-format python3 unzip 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
@ -26,7 +25,7 @@ chmod +x build.sh
В qemu недоступен флаг `-cpu max`, просто уберите его при запуске
```bash
sudo apt install clang-format python3.7 unzip git qemu-system-x86 gdisk dos2unix xorriso
sudo apt install clang-format python3.7 unzip 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
@ -34,10 +33,9 @@ python3.7 pbuild.py
## ArchLinux
```bash
yay -S clang-format
sudo pacman -S python3 unzip git qemu-system-x86 qemu-system-gui xorriso
sudo pacman -S python3 unzip 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
@ -70,4 +68,4 @@ chmod +x run.sh
## Предупреждение
Использовать на свой страх и риск. Система расчитана на работу в эмулируемой среде Qemu под процессоры x86_64.
Мы не несем ответственности за нанесенный ущерб.
Мы не несем ответственности за нанесенный ущерб.