Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/romiyusnandar/script-compile

a simple script to compile kernel
https://github.com/romiyusnandar/script-compile

Last synced: 23 days ago
JSON representation

a simple script to compile kernel

Awesome Lists containing this project

README

        

![other](https://github.com/romiyusnandar/script-compile/raw/main/banner.png)

# dependency

```bash
sudo su
```

then
```bash
# this script work for build kernel and custom rom
apt update -y; apt upgrade -y; apt install bc bison build-essential ccache curl flex g++-multilib gcc-multilib git git-lfs gnupg gperf imagemagick lib32ncurses5-dev lib32readline-dev lib32z1-dev liblz4-tool libncurses5 libncurses5-dev libsdl1.2-dev libssl-dev libwxgtk3.0-gtk3-dev libxml2 libxml2-utils lzop pngcrush rsync schedtool squashfs-tools xsltproc zip zlib1g-dev device-tree-compiler python-is-python3
```