- assimp. says it doesn't need boost, but it needs boost.
- SDL2
- glm - header library just download it.
sudo apt-get install libassimp-dev
sudo apt-get install libglm-dev
sudo apt-get install libsdl2-dev
once all the libraries are installed, build Engine3d. tell cmake where to find libraries, run cmake, then make