Step-by-step – Qt Creator Installation in Linux Lite

July 17, 2021 | By the+gnu+linux+evangelist.

Getting Started

  1. 4. Amending User’s Path

    Again Append Qt into the Path
    This is strictly needed only to Work with Qt from Command Line…
    So to amend the User Bash Path:

    echo "export PATH=$PATH:/opt/Qt:/opt/Qt/Tools/QtCreator/bin:/opt/Qt/Tools/QtDesignStudio/bin" >> ~/.bashrc

    Finally, Reload it simply with:

    bash
  2. 5. Launching Qt Creator

    After you can Start Developing Qt Apps with Qt Creator!
    Launching it from Desktop:

    - Qt QtCreator
    Or from Command Line use:

    qtcreator
  3. 6. Qt Creator Getting Started

    Qt Development Getting-Started Guide.

    Getting-Started Quickly with Qt Dev

    - examples
    - coding
    - designer

Contents


QuickChic Theme • Powered by WordPress