n.m
n.m

Reputation: 485

libCGAL_Qt5 is missing the dependencies

I'm installing CGAL 4.13 on Fedora but it cannot generate libCGAL_Qt5.so

Configuring libCGAL_Qt5
libCGAL_Qt5 is missing the dependencies: Qt5OpenGL Qt5Svg Qt5 cannot be configured.

lib folder screenshot

Upvotes: 0

Views: 857

Answers (2)

ssohin
ssohin

Reputation: 1

I was able to solve this with sudo apt-get install qtdeclarative5-dev

Upvotes: 0

This CGAL_Installation_Guide_V2.1.pdf can help you, its said about installing CGAL and dependencies. Just do step by step.

Upvotes: 1

Related Questions