Part I:
C/C++ Compiler and Build Tools
GCC (sudo apt install gcc)make or an Alternative
      (sudo apt install build-essential)Style Checker (for the Google Style)
cpplintcpplint Options for CS488
                  Formatters (for the Google Style)
For EclipseDocumentation Generator
Doxygen (sudo apt-get install doxygen)Coverage Tools
gcov (part of the GCC)sudo apt install lcov)Parts II - IV:
Part V:
OpenGL
The Mesa 3D Implementation (sudo apt-get install mesa-common-dev,
       sudo apt install mesa-utils)sudo apt-get install libglu1-mesa-dev)sudo apt-get install freeglut3-dev)sudo apt-get install libglew-dev)Part VI:
Copyright 2020