ok heres what i've done so far.
downloaded the qt online installer
running as a user it installs to \home\user\Qt
if you sudo it installs to opt/Qt a better location.
http://www.cmake.org/download/
sudo /bin/sh cmake-3.0.2-Linux-i386.sh
extracted the cmake files which i copied into /usr/ overwriting the 2.8 version of cmake
this does not seem ideal but it works.
i unpacked the sigil0.8.1 archive and created the build and run folders in there
then in sigil-0.8.1/
cmake -G "Unix Makefiles" -DCMAKE_PREFIX_PATH=/opt/Qt/5.3/gcc/lib/cmake -DCMAKE_INSTALL_PREFIX=~/Sigil-0.8.1/run -DCMAKE_BUILD_TYPE=Release -DFORCE_BUNDLED_COPIES=1 ~/Sigil-0.8.1/
this built the config (few seconds really to do this)
then ran
make
(i think i initially did this in Sigil-0.8.1/build/ )
and then
make install
only its not quite working i can click on the sigil binary and it works but its not in my path
I tried check install but that fails.
Can anyone help me build it properly?
cheers