From 804d6465770d5322c6f555e7fac18080b2e82a18 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Sat, 4 Jul 2015 20:14:26 +0100 Subject: [PATCH] Add groff (which provides nroff) to the list of required packages. debootstraped images will not have this by default. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index adf3356..83985ee 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,11 @@ ## Build To compile everything from sources, you'll need some packages installed, namely: -Berkeley YACC, GNU bison and flex, ELF library and FUSE library. +Berkeley YACC, GNU bison, flex, groff, ELF library and FUSE library. Under Ubuntu, for example, you can do it by command: ```shell -$ sudo apt-get install bison byacc flex libelf-dev libfuse-dev +$ sudo apt-get install bison byacc flex groff-base libelf-dev libfuse-dev ``` By default, the system is configured for the Max32 board.