flex and bison are also needed to build kernel

This commit is contained in:
Bruce Leidl 2019-09-20 23:06:51 -04:00
parent e8af16a2bc
commit a1c1b13a47

View File

@ -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 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. 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 $ cargo build --release
If you like to watch text scroll when you build things you can add -vv to the build command: If you like to watch text scroll when you build things you can add -vv to the build command: