hello guys newbie here #25
-
Im a newbie but interested in starting to compile this but how anyone who have exoerience to this help me in this thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Clone the kernel sources https://github.com/theradcolor/lazyscripts/blob/master/samples/build-kernel-gcc Also there are various guides and instructions available out there! |
Beta Was this translation helpful? Give feedback.
Clone the kernel sources
git clone https://github.com/theradcolor/android_kernel_xiaomi_whyred -b <branch-name>
Then you will be needing a Toolchain(will put some links below) and will be needing a Unix/Linux environment in order to compile.
https://github.com/theradcolor/lazyscripts/blob/master/samples/build-kernel-gcc
https://github.com/theradcolor/lazyscripts/blob/master/samples/build-kernel-clang
https://github.com/theradcolor/aarch64-linux-gnu
https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/
https://github.com/theradcolor/AnyKernel3/
Also there are various guides and instructions available out there!