From 260a59f1b9e7a2df618691f5b8c3c79678813bd9 Mon Sep 17 00:00:00 2001 From: Kamil Serwus Date: Wed, 14 Feb 2024 17:05:42 +0100 Subject: [PATCH] fix ubuntu package dependencies --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a05a815..5c0c0eb 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,12 @@ Please read the [AOSP building instructions](http://source.android.com/source/in ## Grabbing Dependencies - sudo apt-get install git-core gnupg flex bison gperf build-essential zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z-dev ccache libgl1-mesa-dev libxml2-utils xsltproc unzip squashfs-tools python3-mako libssl-dev ninja-build lunzip syslinux syslinux-utils gettext genisoimage gettext bc xorriso xmlstarlet meson glslang-tools git-lfs libncurses5 libncurses5:i386 libelf-dev aapt zstd rdfind nasm rustc bindgen + sudo apt-get install git-core gnupg flex bison gperf build-essential zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z-dev ccache libgl1-mesa-dev libxml2-utils xsltproc unzip squashfs-tools python3-mako libssl-dev ninja-build lunzip syslinux syslinux-utils gettext genisoimage gettext bc xorriso xmlstarlet meson glslang-tools git-lfs libncurses5 libelf-dev aapt zstd rdfind nasm rustc bindgen python3 python-is-python3 pkg-config cmake rsync dosfstools kmod ## Initializing Repository +Install repo [repo installation instruction](https://source.android.com/docs/setup/download/downloading#initializing-a-repo-client), `repo` from packages could be too old. + **Repo initialization** repo init -u https://github.com/BlissOS/platform_manifest.git -b typhoon-x86 --git-lfs