Skip to content

Commit

Permalink
Update docker README to use correct makefile line
Browse files Browse the repository at this point in the history
  • Loading branch information
jkressel authored Jan 16, 2025
1 parent 9f4cab2 commit 64077f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`



Expand All @@ -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`

0 comments on commit 64077f2

Please sign in to comment.