Step 4 (Optional): Installing libcod Prerequisites
As described in the official libcod GitHub repository, the following packages are required to compile libcod:
sudo apt-get -y install gcc-multilib
sudo apt-get -y install libmysqlclient-dev:i386
sudo apt-get -y install g++-multilib
I tried installing all of these packages in a single command, but for some unknown reason that failed. Therefore, it is recommended to install them one at a time.
