Hi, We had a little trouble with getting `LCMCore` to buildon 18.04. Turns out it was a simple fix: ```bash sudo apt-get install libglib2.0-dev ``` Not sure if the `dev` package is needed, but that worked for me. cc @GearsAD