From f85b12850f51c2d0d2faec0e0c478e679b6e7fb1 Mon Sep 17 00:00:00 2001 From: msehnout <msehnout@users.noreply.github.com> Date: Wed, 27 Jul 2016 16:37:54 +0200 Subject: [PATCH] Update page: Preparing the build fuse is not mentioned in the book as opposed to the README in redox repository --- src/getting_started/preparing_the_build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/getting_started/preparing_the_build.md b/src/getting_started/preparing_the_build.md index a15ae61..b39299a 100644 --- a/src/getting_started/preparing_the_build.md +++ b/src/getting_started/preparing_the_build.md @@ -28,7 +28,7 @@ Installing the build dependencies manually I assume you have a package manager, which you know how to use (if not, you have to install the build dependencies manually). We need the following deps: `make` (probably already installed), `nasm` (the assembler, we use in the build process), `qemu` (the hardware emulator, we will use. If you want to run Redox on real hardware, you should read the `fun` chapter):) ``` -$ [your package manager] install make nasm qemu +$ [your package manager] install make nasm qemu libfuse-dev ``` While the following step is not _required_, it is recommended. If you already have a functioning Rust nightly installation, you can skip this step: -- GitLab