1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-10 13:23:41 +00:00

Added comments showing how to install dependent packages using YUM

This commit is contained in:
Bryan Roe
2019-01-17 11:20:30 -08:00
parent a632839e79
commit 01c0b7f31a

View File

@@ -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