Hi folks,
This is a quick heads-up that we're in the process of switching our YAML parsing over to yaml-cpp instead of doing the reader in-house. This has been coming for a while, so you probably already have yaml-cpp installed. If not, please run install the yaml-cpp package using your favorite package manager.
Windows users:
pacboy -S yaml-cppUbuntu/Debian users:
sudo apt-get install libyaml-cpp-devArch Linux users:
sudo pacman -Sy yaml-cppRPM users:
yum install yaml-cppThis change is to help push along a new event system (
#1875) that will ease the transition to EGM format as we begin to switch to RadialGM.
Cheers