<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.panotools.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.panotools.org/index.php?title=Build_Panini_on_Other_Unixes&amp;feed=atom&amp;action=history</id>
		<title>Build Panini on Other Unixes - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.panotools.org/index.php?title=Build_Panini_on_Other_Unixes&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/index.php?title=Build_Panini_on_Other_Unixes&amp;action=history"/>
		<updated>2013-05-23T12:17:15Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.0</generator>

	<entry>
		<id>http://wiki.panotools.org/index.php?title=Build_Panini_on_Other_Unixes&amp;diff=14121&amp;oldid=prev</id>
		<title>Cartola: Created page with &quot;The software &quot;Panini perspective tool&quot; has a relative old version, 0.71.104, [http://sourceforge.net/projects/pvqt/files/panini/ that can be downloaded at sourceforge in this ...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.panotools.org/index.php?title=Build_Panini_on_Other_Unixes&amp;diff=14121&amp;oldid=prev"/>
				<updated>2012-08-18T14:39:44Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;The software &amp;quot;Panini perspective tool&amp;quot; has a relative old version, 0.71.104, [http://sourceforge.net/projects/pvqt/files/panini/ that can be downloaded at sourceforge in this ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The software &amp;quot;Panini perspective tool&amp;quot; has a relative old version, 0.71.104, [http://sourceforge.net/projects/pvqt/files/panini/ that can be downloaded at sourceforge in this link]. It needs to be compiled and has some dependencies that are usually updated, so it sometimes makes compiling Panini not an easy task.&lt;br /&gt;
&lt;br /&gt;
==Ubuntu 12.04 + Linux Mint Debian Edition Update 4==&lt;br /&gt;
&lt;br /&gt;
Follows the recipe for a standard Ubuntu desktop based on my particular experience:&lt;br /&gt;
&lt;br /&gt;
* Before installing Panini I have installed Hugin using the common ubuntu tools to install packages. I say this cause I don't know if this installation have installed some Panini dependency. I think not, but...&lt;br /&gt;
* Then I installed qt4 with apt-get:&lt;br /&gt;
  apt-get -y install qt4-dev-tools&lt;br /&gt;
* Verify if this has also installed qt4-qmake as a dependency, cause when I installed Panini in 11.04 it didn't, but now it seams to install.&lt;br /&gt;
  which qmake&lt;br /&gt;
* If you have a &amp;quot;command not found&amp;quot; or something like this, then install qmake:&lt;br /&gt;
  apt-get -y install qt4-qmake&lt;br /&gt;
* I had also to install g++ and zlib1g-dev&lt;br /&gt;
* Next step was to download and unzip Panini itself. Then you need to go to the command line and enter the Panini directory.&lt;br /&gt;
* Create the makefiles with the command:&lt;br /&gt;
  qmake panini.pro&lt;br /&gt;
* Possibly some messages about subversion will be shown if it is not installed. You can ignore them and follow with the compiling process. The messages are like these:&lt;br /&gt;
  sh: 1: svnversion: not found&lt;br /&gt;
  Project MESSAGE: could not run svnversion -- is it installed?&lt;br /&gt;
* Then you need to edit the Makefile.Release file, created after last given command. To make libz be found edit line 18 putting &amp;quot;-lz -lGLU&amp;quot; at the end. It will be like the line below after that:&lt;br /&gt;
  LIBS          = $(SUBLIBS)  -L/usr/lib/x86_64-linux-gnu -L/usr/X11R6/lib64 -lQtOpenGL -lQtGui -lQtCore -lGL -lpthread -lz -lGLU&lt;br /&gt;
* Then you finish compiling Panini with the command:&lt;br /&gt;
  make release&lt;br /&gt;
A binary executable file called Panini might have been created. You can now test and use it.&lt;/div&gt;</summary>
		<author><name>Cartola</name></author>	</entry>

	</feed>