Luminance HDR

From PanoTools.org Wiki
Revision as of 07:59, 19 November 2007 by Yuval (talk | contribs) (New page: == Compiling from sources == === ubuntu Linux === Dependencies: # sudo apt-get install libqt4-dev libexiv2-dev fftw3-dev openexr pkg-config build-essential libtiff-dev libopenexr-dev sub...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Compiling from sources

ubuntu Linux

Dependencies:

# sudo apt-get install libqt4-dev libexiv2-dev fftw3-dev openexr pkg-config build-essential libtiff-dev libopenexr-dev subversion

Get the source, either the last release

# wget http://kent.dl.sourceforge.net/sourceforge/qtpfsgui/qtpfsgui-1.8.12.tar.gz
# tar zxvf qtpfsgui-1.8.12.tar.gz
# cd qtpfsgui-1.8.12/

or the bleeding edge from the subversion repository (tested at revision 181)

# svn co https://qtpfsgui.svn.sourceforge.net/svnroot/qtpfsgui qtpfsgui
# cd qtpfsgui/trunk/qtpfsgui

build

  1. qmake-qt4
  2. make
  3. sudo checkinstall

openSUSE

build

  1. /usr/bin/qmake
  2. make
  3. make install