Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. How to install Qt 3D of Qt 5.6.1 in Linux ?
Forum Updated to NodeBB v4.3 + New Features

How to install Qt 3D of Qt 5.6.1 in Linux ?

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
2 Posts 2 Posters 779 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • sonichyS Offline
    sonichyS Offline
    sonichy
    wrote on last edited by
    #1

    sudo apt-get install qt3d5-dev
    qt3d5-dev : 依赖: libqt53dcore5 (= 5.5.1-5) 但是它将不会被安装
    依赖: libqt53dinput5 (= 5.5.1-5) 但是它将不会被安装
    依赖: libqt53dquick5 (= 5.5.1-5) 但是它将不会被安装
    依赖: libqt53dquickrenderer5 (= 5.5.1-5) 但是它将不会被安装
    依赖: libqt53drenderer5 (= 5.5.1-5) 但是它将不会被安装
    E: 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系。

    sudo apt-get install libqt53dcore5
    libqt53dcore5 : 依赖: qtbase-abi-5-5-1 但无法安装它
    E: 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系。

    https://github.com/sonichy

    1 Reply Last reply
    0
    • VRoninV Offline
      VRoninV Offline
      VRonin
      wrote on last edited by VRonin
      #2

      "in Linux" is a bit generic... also there is no reason to use an outdated patch version, use 5.6.3 at least

      for Ubuntu Xenial:

      sudo apt-add-repository -y ppa:beineri/opt-qt563-xenial 
      sudo apt-get update
      sudo apt-get install qt56base qt56tools qt56declarative qt56quickcontrols2 qt563d 
      

      See https://launchpad.net/~beineri

      "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
      ~Napoleon Bonaparte

      On a crusade to banish setIndexWidget() from the holy land of Qt

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved