Install Visual Studio Community 2019 and make sure to install the "Desktop development with C++" workload.
Double click on the PhloxEngine.sln file to open the project.
Press F5 to build and run the engine. (Make sure you're on x86 Release!!)
First run:
sudo pacman -S freetype2 freeglut
Then run:
make
First run:
sudo apt-get install libfreetype-dev libfreetype6 libfreetype6-dev glut
Then run:
make