mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-15 15:53:55 +00:00
Added comments showing how to install dependent packages using YUM
This commit is contained in:
8
makefile
8
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:
|
# 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:
|
||||||
#
|
# Using APT:
|
||||||
# sudo apt-get install libx11-dev libxtst-dev libxext-dev libjpeg-dev
|
# 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
|
# To build for 32 bit on 64 bit linux
|
||||||
# sudo apt-get install linux-libc-dev:i386
|
# sudo apt-get install linux-libc-dev:i386
|
||||||
|
|||||||
Reference in New Issue
Block a user