From 64077f2473194d5ec76a949f51dc4ba558db7a67 Mon Sep 17 00:00:00 2001 From: John Kressel Date: Thu, 16 Jan 2025 12:29:08 +0000 Subject: [PATCH] Update docker README to use correct makefile line --- docker/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker/README.md b/docker/README.md index 2637644..4d282f4 100644 --- a/docker/README.md +++ b/docker/README.md @@ -23,7 +23,8 @@ Here, a prebuilt server image for ubuntu will be run under QEMU. 4. Clone MAMBO using the following command: `git clone https://github.com/beehive-lab/mambo.git` 5. Set an environment variable for mambo `export MAMBO_ROOT=/home/ubuntu/mambo` 6. Change to the cloned directory: `cd $MAMBO_ROOT` -7. Build MAMBO: `make` +7. Change line 33 of the makefile to: `LIBS=-lelf -lpthread -lz -lzstd` +8. Build MAMBO: `make` @@ -45,5 +46,5 @@ Here, a prebuilt server image for ubuntu will be run under QEMU. 4. Clone MAMBO using the following command: `git clone https://github.com/beehive-lab/mambo.git` 5. Set an environment variable for mambo `export MAMBO_ROOT=/home/ubuntu/mambo` 6. Change to the cloned directory: `cd $MAMBO_ROOT` -7. Change line 30 of the makefile to: `LIBS=-lelf -lpthread -lz -lzstd` +7. Change line 33 of the makefile to: `LIBS=-lelf -lpthread -lz -lzstd` 8. Build MAMBO: `make`