This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Description
Trying to configure with different versions of aten on ubuntu16.04LTS
recieving same error with each version. Cmake is complete but make fails to link executable binary
got this when I re-etered : make
~/aten-2.1.7/src$ make
[ 1%] Built target plugins
[ 59%] Built target gui
[ 60%] Built target treegui
[ 60%] Built target fourierdata
[ 61%] Built target messenger
[ 67%] Built target base
[ 68%] Built target sg
[ 68%] Built target math
[ 73%] Built target command
[ 81%] Built target parser
[ 84%] Built target ff
[ 86%] Built target methods
[ 88%] Built target render
[ 93%] Built target model
[ 96%] Built target main
[100%] Built target undo
[100%] Linking CXX executable bin/aten
/usr/bin/ld: cannot find -lqcustomplot
collect2: error: ld returned 1 exit status
CMakeFiles/aten.dir/build.make:122: recipe for target 'bin/aten' failed
make[2]: *** [bin/aten] Error 1
CMakeFiles/Makefile2:82: recipe for target 'CMakeFiles/aten.dir/all' failed
make[1]: *** [CMakeFiles/aten.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2