GNOME Bugzilla – Bug 730233
windows: cmake : install phase fails
Last modified: 2014-05-22 14:27:41 UTC
when running make install, the Makefile that cmake generated will call 'cmake' for the install phase ... which isn't in the path install: preinstall @echo "Install the project..." cmake -P cmake_install.cmake An easy workaround was just adding the builddir bin directory to PATH before calling make install
Also not a problem if you have installed cmake from binaries as the docs.gstreamer.com documentation still says ;)
Might be good to add a check for that then :) If cmake isn't around => error out ?
Building CMAKE from scratch is overkill to be honest :) We might just download the prebuilt binaries and untar them as there is no other reason for building from source in this case.
commit eb80fa828eece8580c1bbb7a75a42b8b5e17f025 Author: Edward Hervey <bilboed@bilboed.com> Date: Wed May 21 16:23:18 2014 +0200 bootstrap: Use cmake binaries on windows/osx And update the README for the various requirements. Some URI have changed since the last time it was updated.