From 1ffa64680200ce11ac08f75286d5b4ba9d4b7039 Mon Sep 17 00:00:00 2001 From: Jake Day Date: Sat, 10 Mar 2018 15:39:13 -0500 Subject: [PATCH] update readme for compiling 4.16 kernel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97d011314..d182638f0 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ If you don't want to use the pre-built kernel and headers, you can compile the k 0. (Prep) Install the required packages for compiling the kernel: - * $ sudo apt-get install build-essential binutils-dev libncurses5-dev libssl-dev ccache + * $ sudo apt-get install build-essential binutils-dev libncurses5-dev libssl-dev ccache bison flex 1. Assuming you cloned the linux-surface repo (this one) into ~/linux-surface, go to the parent directory: * $ cd ~ 2. Clone the mainline stable kernel repo: