From 1c466a34f858506321a79176719bc86881ad4666 Mon Sep 17 00:00:00 2001 From: BenCat07 Date: Fri, 16 Feb 2018 22:23:52 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 67ed04b3..832c0be2 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ sudo apt update && sudo apt install build-essential software-properties-common - Ubuntu other dependencies installation: ```bash -sudo apt update && sudo apt install git libssl-dev:i386 libc6-dev:i386 gdb libsdl2-dev libglew-dev:i386 libfreetype6-dev:i386 -y +sudo apt update && sudo apt install git libssl-dev:i386 libboost-all-dev libc6-dev:i386 gdb libsdl2-dev libglew-dev:i386 libfreetype6-dev:i386 -y ``` @@ -69,6 +69,7 @@ If you don't use Ubuntu or Arch (or if Arch script gets outdated), here's the li * `libsdl2-dev` * `libglew-dev:i386` * `libfreetype6-dev:i386` +* `boost` * `rsync` (used for copying shaders/fonts to tf2 data directory, `check-data` script)