diff --git a/docs/BUILD.md b/docs/BUILD.md index 8ec9270..1e1afd3 100644 --- a/docs/BUILD.md +++ b/docs/BUILD.md @@ -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