Quote:
Originally Posted by dwlamb
I've seen Rob Ireton's compact smaller method of compiling the latest Sigil. I am having challenges with running cmake on this LTS version of Kubuntu. Fixes I have found on the net for downloading and installing cmake 2.8.9 (see http://www.cmake.org/pipermail/cmake...ry/053649.html) are not being found by this command in the how-to on the google code site:
Code:
make -G "Unix Makefiles" -DCMAKE_PREFIX_PATH=/opt/Qt5.1.0/5.1.0/gcc/lib/cmake -DCMAKE_BUILD_TYPE=Release -DFORCE_BUNDLED_COPIES=1 ~/sigil-0.7.3/src
Has anyone configured a new package for Debian more recent than April 2013 that is ideal for those not sufficiently versed in DIY compiling?
|
Maybe just a typo in your post, but that command should be cmake, not make.
In my experience, in order for cmake to complete without errors, I had to modify line 125 of /opt/Qt5/5.1.1/gcc/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake thus:
Code:
# include("${CMAKE_CURRENT_LIST_DIR}/Qt5GuiConfigExtras.cmake")
that is, comment it out. Unfortunately, I can't remember why I needed to do that. :-(
HTH
Albert