# gxde-image-viewer **Repository Path**: GXDE-OS/gxde-image-viewer ## Basic Information - **Project Name**: gxde-image-viewer - **Description**: Image viewer for GXDE Desktop Environment. - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-17 - **Last Updated**: 2025-07-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GXDE Image Viewer Image viewer for GXDE Desktop Environment. ## Dependencies ### Build dependencies * [deepin-tool-kit](https://github.com/linuxdeepin/deepin-tool-kit) (developer package) ### Runtime dependencies * [deepin-tool-kit](https://github.com/linuxdeepin/deepin-tool-kit) * [deepin-shortcut-viewer](https://github.com/linuxdeepin/deepin-shortcut-viewer) * [deepin-manual](https://github.com/linuxdeepin/deepin-manual) * libexif * freeimage * libraw * Qt5 (>= 5.6) * Qt5-DBus * Qt5-Svg * Qt5-X11extras ## Installation ### Build from source code 1. Make sure you have installed all dependencies. 2. Build: ``` $ cd gxde-image-viewer $ mkdir Build $ cd Build $ qmake .. $ make ``` 3. Install: ``` $ sudo make install ``` When install complete, the executable binary file is placed into `/usr/bin/gxde-image-viewer`. ## Getting help Any usage issues can ask for help via * [Gitter](https://gitter.im/orgs/linuxdeepin/rooms) * [IRC Channel](https://webchat.freenode.net/?channels=deepin) * [Official Forum](https://bbs.deepin.org/) * [Wiki](https://wiki.deepin.org/) ## Getting involved We encourage you to report issues and contribute changes * [Contribution guide for developers](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers-en). (English) * [开发者代码贡献指南](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers) (中文) ## License GXDE Image Viewer is licensed under [GPLv3](LICENSE).