Problem Compiling v-1.2

My OS is Debian Stretch (64 bit).

I am attempting to compile v-1.2 and have encountered a problem. Here is my attempt:

comp@AbNormal:~/Downloads/Avogadro/avogadro-1.2.0/build$ cmake …/
– The C compiler identification is GNU 5.2.0
– The CXX compiler identification is GNU 5.2.0
– Check for working C compiler: /home/comp/Apps/psi4conda/bin/cc
– Check for working C compiler: /home/comp/Apps/psi4conda/bin/cc – works
– Detecting C compiler ABI info
– Detecting C compiler ABI info - done
– Detecting C compile features
– Detecting C compile features - done
– Check for working CXX compiler: /home/comp/Apps/psi4conda/bin/c++
– Check for working CXX compiler: /home/comp/Apps/psi4conda/bin/c++ – works
– Detecting CXX compiler ABI info
– Detecting CXX compiler ABI info - done
– Detecting CXX compile features
– Detecting CXX compile features - done
– The build type is RelWithDebInfo
– Performing Test HAVE_NO_RTTI
– Performing Test HAVE_NO_RTTI - Success
– Performing Test HAVE_RTTI
– Performing Test HAVE_RTTI - Success
– Performing Test HAVE_GCC_VISIBILITY
– Performing Test HAVE_GCC_VISIBILITY - Success
– Performing Test COMPILES_WITHOUT_FPERMISSIVE
– Performing Test COMPILES_WITHOUT_FPERMISSIVE - Failed
– Looking for Q_WS_X11
– Looking for Q_WS_X11 - found
– Looking for Q_WS_WIN
– Looking for Q_WS_WIN - not found
– Looking for Q_WS_QWS
– Looking for Q_WS_QWS - not found
– Looking for Q_WS_MAC
– Looking for Q_WS_MAC - not found
– Found Qt4: /usr/bin/qmake (found suitable version “4.8.7”, minimum required is “4.6.0”)
CMake Error at /usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:138 (message):
Could NOT find OpenGL (missing: OPENGL_gl_LIBRARY)
Call Stack (most recent call first):
/usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.7/Modules/FindOpenGL.cmake:162 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:227 (find_package)

– Configuring incomplete, errors occurred!
See also “/home/comp/Downloads/Avogadro/avogadro-1.2.0/build/CMakeFiles/CMakeOutput.log”.
See also “/home/comp/Downloads/Avogadro/avogadro-1.2.0/build/CMakeFiles/CMakeError.log”.
comp@AbNormal:~/Downloads/Avogadro/avogadro-1.2.0/build$

All of the requirements, as called out in the Install file, are installed.

Where do I find the missing files?

Thanks in advance.