Skip to content

Commit

Permalink
Merge pull request #19 from NeroReflex/patch-1
Browse files Browse the repository at this point in the history
Improve build instructions for blissos 15.x
  • Loading branch information
electrikjesus authored Oct 22, 2024
2 parents 9a9b4da + 428d04d commit 1cc6687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions development/build-bliss-os-15.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Please read the [AOSP building instructions](http://source.android.com/source/in
## What you need to build [BlissOS](https://github.com/BlissRoms-x86/manifest)


Latest Ubuntu LTS Releases https://www.ubuntu.com/download/server
Ubuntu LTS Release (NOT 24.04 as libncurses5 cannot be installed) https://www.ubuntu.com/download/server
Decent CPU (16 Cores or better for a faster performance)
16GB RAM (32GB for Virtual Machine)
350GB Hard Drive (about 170GB for the Repo and then building space needed)
Expand All @@ -39,7 +39,7 @@ 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 libncurses5:i386 libelf-dev aapt zstd rdfind nasm rustc bindgen rsync wget pkg-config

## Initializing Repository

Expand Down

0 comments on commit 1cc6687

Please sign in to comment.