-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md #517
base: devel
Are you sure you want to change the base?
Update README.md #517
Conversation
@@ -33,6 +33,20 @@ You can install Qt Creator with the ROS corresponding plugin via the [snap store | |||
sudo snap install qtcreator-ros --classic | |||
``` | |||
|
|||
### Debian Qt Creator and Plugin Installation | |||
|
|||
Qt Creator can be installed via debian officially from [Qt](https://download.qt.io/official_releases/qtcreator). The debian is located in the `cpack_experimental` folder found under each version. Below is an example showing the steps to install both Qt Creator and Plugin. After going through the steps below you must log out and back in so the profile changes are active. Afterwards your system should be able to locate Qt Creator and allow you to add it to your favorits. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also found Debian packages in the release assets of the GitHub project: https://github.com/qt-creator/qt-creator/releases. However, there is no distinction between the "official" releases and the "development" releases for "beta" and "rc" releases. So it is more difficult to automatically download from it.
See #518 for my suggested bash snippets to download the Debian packages. With a way to get the latest released stable version / tag, we could provide an installation script that downloads and install the latest Qt Creator and plugin. |
I added documentation to my PR on how to create a launcher for Qt Creator and the plugin via Debian packages. It is essentially reusing the original This still means that you cannot start it from the command line just by |
To add to the above, I originally tried to create and install the |
I have tested this process and everything is working as expected. Now having a deb makes it much easier to create a development docker with Qt Creator which I will be testing next.