Giter Club home page Giter Club logo

photoqt-dev's Introduction

PhotoQt v1.1.0.1 - Copyright (C) 2014, Lukas Spies ([email protected]), License: GPLv2 (or later) - http://photoqt.org
-----------------------------------------------------------------------------------------------------------------------

PhotoQt is a fast and highly configurable image viewer with a simple and nice interface.


DEPENDENCIES
------------
Qt >= 5 (make sure to have the needed modules: image formats, multimedia)
cmake (needed for building PhotoQt)

>> Dependencies, that are needed by default, but can be disabled via cmake (see INSTALL section):
exiv2
GraphicsMagick


**Note**
On some systems you also need the *-dev package for compiling (e.g. exiv2-dev - names can vary slightly depending
on your distribution). These files usually can be removed again after compilation is done.


INSTALL
-------

1) cd build/

2) cmake .. 	# Note: This installs PhotoQt by default into /usr/local/{bin,share}

   # To install PhotoQt into another prefix e.g. /usr/{bin,share}, run:
   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
   
   # PhotoQt makes use of different libraries: Exiv2, GraphicsMagick ("gm").
   # You can en-/disable them with the following options:
   # (if you don't specify anything, it asumes the default values)
   -DEXIV2=OFF			# default: ON
   -DGM=OFF			# default: ON
   # You can combine them in any way you want.
   # The following option equates to setting the two above options to OFF
   -DQTONLY=ON			# default: OFF
   # Note: -DQTONLY overwrites the two individual options above!
   

3) make  # This creates an executeable photoqt binary located in the ./build/ folder

4) (as root) make install  # This (i) installs the desktop file to share/applications/
				(ii) moves some icons to icons/hicolor/
				(iii) moves the binary to bin/



UNINSTALL
---------
If you want to uninstall PhotoQt, simply run "make uninstall" as root. This removes the desktop file (via
"xdg-desktop-menu uninstall"), the icons and the binary file. Alternatively you can simply remove all the files
manually, that should yield the same result.

photoqt-dev's People

Contributors

luspi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.