wiki:Cmake

{{Infobox_Software2|

name = cmake

|logo = |screenshot = |caption = |maintainer = haf |operating_system = Linux |genre = Make |license =  open-source, Berkely-style |website =  www.cmake.org |source = }}

Cross Platform Make (cmake) is required by the BIAS video processing toolkit.

Installation

  • Install all "curses" packages from linux distribution to support "ccmake" command.
  • Create symbolic link in /home/local/bin ln -s /home/local/cmake/cmake-2.4.3/bin/cmake /home/local/bin/cmake ln -s /home/local/cmake/cmake-2.4.3/bin/cpack /home/local/bin/cpack ln -s /home/local/cmake/cmake-2.4.3/bin/ccmake /home/local/bin/ccmake
  • If ccmake is not available, curses library was not found. You will need ccmake to configure the BIAS installation.