From 01c0b7f31ae5ae59ccdb01bb77f5871e901af9ef Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Thu, 17 Jan 2019 11:20:30 -0800 Subject: [PATCH] Added comments showing how to install dependent packages using YUM --- makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index bfc070a..e431164 100644 --- a/makefile +++ b/makefile @@ -8,8 +8,12 @@ # # # To build MeshAgent2 on Linux you first got to download the dev libraries to compile the agent, we need x11, txt, ext and jpeg. To install, do this: -# -# sudo apt-get install libx11-dev libxtst-dev libxext-dev libjpeg-dev +# Using APT: +# sudo apt-get install libx11-dev libxtst-dev libxext-dev libjpeg-dev +# +# Using YUM: +# sudo yum install libX11-devel libXtst-devel libXext-devel libjpeg-devel +# # # To build for 32 bit on 64 bit linux # sudo apt-get install linux-libc-dev:i386