This is a very basic remote viewer for the ct-Bot based on the Qt widget toolkit. It is licensed under the terms of the GPLv3 license.
Consider this as experimental code. If it breaks, you get to keep both pieces.
- Download release for Linux, macOS or Windows here
- Prepare and launch...
- for Linux as AppImage:
- Create a local application directory, if not existing:
mkdir ~/Applications - Move downloaded application to app directory:
mv ~/Downloads/ct-Bot_Viewer_*-x86_64.AppImage ~/Applications/ - Make the application executable:
chmod +x ~/Applications/ct-Bot_Viewer_*-x86_64.AppImage - Launch the application:
ct-Bot_Viewer_X-x86_64.AppImageby double-clicking.
- Create a local application directory, if not existing:
- for Linux:
- Create a directory:
mkdir ctbot-viewer - Change to directory:
cd ctbot-viewer - Extract the archive there:
tar xjf ../ctbot-viewer.tbz2 - Launch the application:
./ctbot-viewer
- Create a directory:
- for macOS:
- Open
ctbot-viewer.dmg - Launch the application
ctbot-viewerfrom there by right-clicking on the icon, then select open and confirm with open (you might need to do this twice, because the app is currently built as an unsigned one).
- Open
- for Windows:
- Extract the archive
ctbot-viewer.zipto a folder. - Launch the application
ctbot-viewer.exeby double-clicking.
- Extract the archive
- for Linux as AppImage:
Open ctbot-viewer.pro with Qt Creator and build the project. You will need at least Qt version 6.2.
- Create directory for build:
mkdir build - Change to directory for build:
cd build - Create/update makefile:
qmake .. - Build with makefile:
make
