$ sudo su -
# TODO: You might need to install some debug packages for the kernel!
$ cd /tmp
$ git clone https://github.com/maurossi/rtl8812au
$ git checkout kernel-4.11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=begin | |
To use this build script, first install the bundler gem: | |
$ gem install bundler | |
Then use the `bundle` command to install the dependencies into the project: | |
$ rm -rf Gemfile.lock .bundle | |
bundle config --local git.allow_insecure true | |
bundle config --local build.nokogiri --use-system-libraries |