hamza-Algohary / LinuxImageViewer

A powerful and modern ImageViewer for linux based on Gtk and Cairo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LinuxImageViewer

A powerful and modern ImageViewer for linux based on Gtk and Cairo

Dependencies

Before compiling make sure that the following packages are installed on your system:

  • g++
  • libgtkmm-3.0-dev

Note: Package names may differ according to your linux distro

Building from source

To build this app from source , run the following:

git clone https://github.com/hamza-Algohary/LinuxImageViewer
cd LinuxImageViewer
g++ main.cpp `pkg-config gtkmm-3.0 --libs --cflags` -lstdc++fs text_editor.cpp MapFile.cpp

Screenshots

About

A powerful and modern ImageViewer for linux based on Gtk and Cairo

License:GNU General Public License v3.0


Languages

Language:CSS 97.3%Language:C++ 2.7%