From a1c1b13a475b2742cfd2d6739001f61c15ddc3e7 Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Fri, 20 Sep 2019 23:06:51 -0400 Subject: [PATCH] flex and bison are also needed to build kernel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fc99f9..9cab7b2 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ First you'll need to [install Rust](https://www.rust-lang.org/tools/install) of Then make sure you have all the library build dependencies. The following apt command should pull in everthing you need. If you don't already have build-essential installed, you'll need that too. - $ sudo apt install wget bc libelf-dev pkg-config libwayland-dev libxcb-composite0-dev libxkbcommon-dev libgbm-dev libpixman-1-dev libdrm-dev libdbus-1-dev + $ sudo apt install wget bc flex bison libelf-dev pkg-config libwayland-dev libxcb-composite0-dev libxkbcommon-dev libgbm-dev libpixman-1-dev libdrm-dev libdbus-1-dev $ cargo build --release If you like to watch text scroll when you build things you can add -vv to the build command: