The software “Panini perspective tool” has a relative old version, 0.71.104, 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.

Ubuntu 12.04

I've got to compile Panini today, after some hard time trying to do this.

A friend also said that it worked on “Linux Mint Debian Edition Update 4”

Follows the recipe:

apt-get -y install qt4-dev-tools

which qmake

apt-get -y install qt4-qmake

qmake panini.pro

sh: 1: svnversion: not found

 Project MESSAGE: could not run svnversion -- is it installed?
*  Then you need to edit the Makefile.Release file, created after last given command. To make libz be found edit line 18 putting "-lz -lGLU" at the end. It will be like the line below after that:
LIBS          = $(SUBLIBS)  -L/usr/lib/x86_64-linux-gnu -L/usr/X11R6/lib64 -lQtOpenGL -lQtGui -lQtCore -lGL -lpthread -lz -lGLU
*  Then you finish compiling Panini with the command:
make release

A binary executable file called Panini might have been created. You can now test and use it.