mirror of https://github.com/0Nera/BMOSP.git
Обновлены инструкции
This commit is contained in:
parent
73bf252f98
commit
11a130c9ab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue