我试图用Qt在Fedora上编译osgearth库。我通过以下命令安装osgEarth:
dnf install osgearth-devel
通过在终端中键入
osgearth
,将显示中间有一个圆圈的黑色屏幕。我认为osgEarth的安装和工作是正确的。我想在Qt中使用osgEarth库,但我不能。
有人能帮我吗?
最佳答案
安装osgearth后,我们可以在终端中使用osgearth viewer file.earth
来运行osgearth为了在Qt中使用osgearth,我们必须首先将osgearth库添加到我的项目中This simple example可以帮助你。