$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Qt Creator on Xubuntu 18.04 Bionic Easy Guide

May 24, 2018 | By the+gnu+linux+evangelist.

Qt Creator Xubuntu 18.04 Installation Guide

Hi! The Tutorial shows you Step-by-Step How to Download and Install QT5 SDK and Qt Creator Open Source on Xubuntu 18.04 Bionic LTS GNU/Linux Desktop.

By the Way you will Get Installed at Once All the latest Qt5 Xubuntu Bionic Features including also the Qt Creator.

Finally, QT5 includes the Tools you need to Build Desktop, Embedded and Mobile Apps with Qt from a single installation. This is the Recommended way to Get Started with Qt.

How to Install QT5 and Qt Creator on Xubuntu 18.04 Bionic - Featured
  1. Open a Command Line Terminal window
    Ctrl+Alt+t on desktop
    (Press “Enter” to Execute Commands)

    How to Install QT5 and Qt Creator on Xubuntu 18.04 Bionic - Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. Download Latest QT5 Online Installer for Linux.

    QT5 Installer Binary
  3. Running QT5 Installer.

    cd $HOME/Downloads
    chmod +x ./qt*.run

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

    sudo ./qt*.run
  4. Then follow the QT5 Installation Wizard.

    How to Install QT5 and Qt Creator on Xubuntu 18.04 Bionic - welcome

    Setup your QT Account or Login.

    How to Install QT5 and Qt Creator on Xubuntu 18.04 Bionic - account setup

    Set the Installation Location.

    How to Install QT5 and Qt Creator on Xubuntu 18.04 Bionic - set installation folder

    Possibly Customize the Installation Selecting the Components.

    How to Install QT5 and Qt Creator on Xubuntu 18.04 Bionic - select components

    Agree to the License.

    How to Install QT5 and Qt Creator on Xubuntu 18.04 Bionic - license agreement

    Click on Install to Start the online SetUp.

    How to Install QT5 and Qt Creator on Xubuntu 18.04 Bionic - start installation

    Then Wait for Components Downloading and Installation…

    How to Install QT5 and Qt Creator on Xubuntu 18.04 Bionic - installing

    And you are Done!

    How to Install QT5 and Qt Creator on Xubuntu 18.04 Bionic - exit

  5. After you can Start Developing QT5 Apps with Qt Creator!

    How to Install QT5 and Qt Creator on Xubuntu 18.04 Bionic - QT5 QtCreator

  6. QT 5 Development Getting-Started Guide:

    Getting-Started Quickly with Qt Dev