Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/romiyusnandar/script-compile
- Owner: romiyusnandar
- Created: 2022-08-19T03:39:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T06:24:43.000Z (about 2 months ago)
- Last Synced: 2024-11-11T07:25:30.192Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 52.7 KB
- Stars: 11
- Watchers: 1
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```