Uploaded image for project: 'Help-Desk'
  1. Help-Desk
  2. HELP-9115

[fiware-stackoverflow] Building Kurento on lubuntu 15.04

    Details

      Description

      Created question in FIWARE Q/A platform on 28-10-2015 at 23:10
      Please, ANSWER this question AT https://stackoverflow.com/questions/33403055/building-kurento-on-lubuntu-15-04

      Question:
      Building Kurento on lubuntu 15.04

      Description:
      I am trying to build whole Kurento on my lubuntu 15.04 (same as ubuntu 15.04 vivid with different UI). I started by cloning all repos:

      mkdir kurento
      cd kurento

      git clone https://github.com/Kurento/kms-jsonrpc.git
      git clone https://github.com/Kurento/kurento-module-creator.git
      git clone https://github.com/Kurento/kms-filters.git
      git clone https://github.com/Kurento/kms-core.git
      git clone https://github.com/Kurento/kms-elements.git
      git clone https://github.com/Kurento/adm-scripts.git
      git clone https://github.com/Kurento/kms-cmake-utils.git
      git clone https://github.com/Kurento/kms-crowddetector.git
      git clone https://github.com/Kurento/kms-pointerdetector.git
      git clone https://github.com/Kurento/kms-platedetector.git
      git clone https://github.com/Kurento/kurento-media-server.git
      git clone https://github.com/Kurento/kms-plugin-sample.git
      git clone https://github.com/Kurento/kms-opencv-plugin-sample.git

      then installing kms-cmake-utils:

      cd kms-cmake-utils
      mkdir build
      cd build
      cmake ..
      make install

      ok done, it installs a bunch of files in cmake module directory. then I tried to install kms-core:

      cd kms-core
      mkdir build
      cd build
      cmake ..

      but cmake stops with following error

      – checking for module 'KurentoModuleCreator'
      – package 'KurentoModuleCreator' not found
      CMake Error at /usr/share/cmake-3.0/Modules/GenericFind.cmake:93 (message):
      Library KurentoModuleCreator not found

      I tried to install kurento-module-creator:

      cd kurento-module-creator
      mvn install

      it complies and installs some files in .m2 directory. I don't have any experience with maven to know if it is done correctly.

      However it doesn't resolves the error with kms-core. apparently, cmake find_package command is not able to locate FindKurentoModuleCreator.cmake. I couldn't find the file in any Kurento's repos. can anybody please tell me if I am doing st wrong?

        Activity

        Hide
        backlogmanager Backlog Manager added a comment -

        2017-05-22 15:18|CREATED monitor | # answers= 1, accepted answer= True

        Show
        backlogmanager Backlog Manager added a comment - 2017-05-22 15:18|CREATED monitor | # answers= 1, accepted answer= True
        Hide
        backlogmanager Backlog Manager added a comment -

        2017-05-22 18:12|UPDATED status: transition Answer| # answers= 1, accepted answer= True

        Show
        backlogmanager Backlog Manager added a comment - 2017-05-22 18:12|UPDATED status: transition Answer| # answers= 1, accepted answer= True
        Hide
        backlogmanager Backlog Manager added a comment -

        2017-05-22 21:12|UPDATED status: transition Finish| # answers= 1, accepted answer= True

        Show
        backlogmanager Backlog Manager added a comment - 2017-05-22 21:12|UPDATED status: transition Finish| # answers= 1, accepted answer= True

          People

          • Assignee:
            backlogmanager Backlog Manager
            Reporter:
            backlogmanager Backlog Manager
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: