From 11a130c9abf3c2dad940334d48cb3129d1f0bbe7 Mon Sep 17 00:00:00 2001 From: Aren Elchinyan Date: Mon, 29 Jan 2024 22:13:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=B8=D0=BD=D1=81=D1=82=D1=80=D1=83=D0=BA=D1=86?= =?UTF-8?q?=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/BUILD.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/BUILD.md b/docs/BUILD.md index 47b92b1..8ec9270 100644 --- a/docs/BUILD.md +++ b/docs/BUILD.md @@ -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. -Мы не несем ответственности за нанесенный ущерб. \ No newline at end of file +Мы не несем ответственности за нанесенный ущерб.