Archive for the ‘checkinstall’ Category

January 9, 2013 0

notes on building and installing pyqt

By in checkinstall, python

To install pyqt sip needs to be installed first. downloading the tarball from riberbank sip is installed by saying python configure.py make make install / or checkinstall –install=no dpkq -i sip_xxx Building pyqt follows the same procedure. BEWARE: if you get the Error: Unable to create the C++ code.” then check that your current path does […]

Tags: ,

November 30, 2012 0

compiling vtk

By in checkinstall, deb, dpkg, gcc

compiling vtk gave some errors regarding xt solution was to install libxt-dev and rerun cmake for vtk. Then run make again. checkinstall can be used for creating a deb package

Tags: , , ,

April 27, 2012 0

note on using checkinstall to construct deb for poppler

By in checkinstall, poppler

the command that successfully created a deb file was checkinstall –fstrans=no –install=no -D Should maybe be called with sudo

March 3, 2012 0

installed alien version 8.86 from source and created deb

By in alien, checkinstall

converted alien version 8.86 using alien by the command perl Makefile.pl make checkinstall -fstrans=no which installed alien and created a .deb file the deb file will be attached when I get WP to accept it

March 1, 2012 0

problems with checkinstall

By in checkinstall, linux

using check install to properly install from source When installing ImageMagick-6.7.5-7 checkinstall failed with an error related to “mkdir -p” It seems that this error disappeared when running checkinstall with -fstrans=no so after calling ./configure and make I called sudo checkinstall -fstrans=no and everything seem to be correct