/linux-manjaro-xanmod-surface

This repo based on linux-manjaro-xanmod AUR package and it focus on implementation of linux-surface patches

Primary LanguageShell

Linux Manjaro Xanmod Surface

This project based on original version of "linux-manjaro-xanmod" AUR package. The Linux kernel and modules with Xanmod, Manjaro (Bootsplash support) and Surface patches. Ashmem and binder are enabled.

Tips and tricks

To improve compile time it's recommends to use tips and tricks for makepkg.

Execute using git

Clone whole repo to current directory and build package

url="https://github.com/emilwojcik93/linux-manjaro-xanmod-surface.git"
name=$(echo ${url} | awk -F / '{print $5}' | awk -F . '{print $1}')
git clone ${url}
cd ${name}
makepkg -sri
unset name url

Relevant links: