Fail to Build on CentOS 7

Hello,

I’m using CentOS 7 with the kernel version 3.10.0-327.18.2.e17.x86_64.
I’d followed the wiki page building on centos (A new, community-hosted Unreal Engine Wiki - Announcements - Unreal Engine Forums) step by step, since I used " $ git clone https://github.com/EpicGames/UnrealEngine -b release " to get the repo from github and 4.12 was released few days ago, I believed the version should be UE 4.12 here.

I proceeded to “Getting the Dependencies” section, and after I successfully executed the command " $ sudo yum install mono-core mono-devel dos2unix cmake gtk3-devel clang ", I encountered a failure when executing the next ones:
$ glib2-devel libgdiplus mono-data mono-data-sqlite mono-extras mono-mvc mono-wcf mono-web mono-winforms mono-winfx monodo

$ at-spi2-atk-devel atk-devel cairo-devel cairo-gobject-devel expat-devel fontconfig-devel freetype-devel gdk-pixbuf2-devel gl-manpages harfbuzz-devel libX11-devel libXau-devel libXcomposite-devel libXcursor-devel libXdamage-devel libXext-devel libXfixes-devel libXft-devel libXi-devel libXinerama-devel libXrandr-devel libXrender-devel libXxf86vm-devel libdrm-devel libicu-devel libpng-devel libxcb-devel mesa-libEGL-devel mesa-libGL-devel pango-devel pixman-devel xorg-x11-proto-devel kzlib-devel

$ llvm llvm-libs

The terminal told me that “glib2-devel” , “at-spi2-atk-devel” and “llvm” command not found.

Tried:

$ sudo yum install glib*

it did install several packages regarding “glib” for me successfully

$ sudo yum install glib2-devel

it told me that “Package glib2-devel-2.42.2-5.e17.x86_64 already installed and latest version, Nothing to do.”

But I still failed to execute the glib2-devel commands.

Any thoughts?
Thank you in advance.

Hi there!
You wrote: I encountered a failure when executing the next ones: $ glib2-devel libgdiplus mono-data mono-data-sqlite mono-extras mono-mvc mono-wcf mono-web mono-winforms mono-winfx monodo

Try this: sudo yum install glib2-devel libgdiplus mono-data mono-data-sqlite mono-extras mono-mvc mono-wcf mono-web mono-winforms mono-winfx monodo

Sorry predator17. I’m just reading your Link…

in this A new, community-hosted Unreal Engine Wiki - Announcements - Epic Developer Community Forums is not written that you should put as a command. It just says that is automatically installed after the command