How do i compile Godot with mono support in linux

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By lezhar11

when i try compiling the engine using this command :
scons p=x11 tools=yes module_mono_enabled=yes mono_glue=no use_llvm=yes use_lld=yes use_thinlto=yes

i get these errors show in the picture below :
enter image description here

i have already installed mono and it’s working.

:bust_in_silhouette: Reply From: Undead

You probably need to make sure the mono-llvm-dev package is installed.

Recommend following the steps on the Mono website to add the repository to your package manager: Download - Stable | Mono

Should be good to go once that’s in place.