Skip to content

Commit

Permalink
GitPod link and teaser in HACKING
Browse files Browse the repository at this point in the history
  • Loading branch information
GitMensch committed Oct 24, 2023
1 parent d9a12e3 commit 7978348
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- [Arch Linux](#arch-linux)
- [OpenSUSE](#opensuse)
- [Building Hotspot itself](#building-hotspot-itself)
- [Online](#online)
- [Debugging the AppImage](#debugging-the-appimage)
- [AppImage-Debugging using manual symbol loading](#appimage-debugging-using-manual-symbol-loading)
- [AppImage-Debugging using debuginfod](#appimage-debugging-using-debuginfod)
Expand Down Expand Up @@ -125,6 +126,14 @@ make

If you need help building this project for your platform, [contact us for help](https://www.kdab.com/about/contact/).

## Online

Instead of installing all dependencies and building Hotspot locally you may do so online with the following link:
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/GitMensch/hotspot)
This environment uses a clean, pre-configured Ubuntu 22.04 LTS environment. Just open, possibly
have a look at the multiple building tasks, wait a bit until building is finished, which is done as soon as a hotspot window opens in the preview and you can start coding.
Note: building may take a while as we don't use pre-builts or a special docker container in this environment yet.

## Debugging the AppImage

When the AppImage crashes or is excessively slow, please provide a usable backtrace or profile run.
Expand Down

0 comments on commit 7978348

Please sign in to comment.