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 […]
Archive for the ‘checkinstall’ Category
compiling vtk
By thomas in checkinstall, deb, dpkg, gcccompiling 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: checkinstall, libxt-dev, vtk, xt
note on using checkinstall to construct deb for poppler
By thomas in checkinstall, popplerthe command that successfully created a deb file was checkinstall –fstrans=no –install=no -D Should maybe be called with sudo
installed alien version 8.86 from source and created deb
By thomas in alien, checkinstallconverted 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
problems with checkinstall
By thomas in checkinstall, linuxusing 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