Mehic.info

Installation of UCT IMS Client on Ubuntu 10.10

The UCT IMS Client is designed to be used in conjunction with the Fraunhofer FOKUS Open IMS Core. The client has been developed by the Communications Research Group at the University of Cape Town, South Africa.

  1. First of all, you must download the source code from https://developer.berlios.de/project/showfiles.php?group_id=7844.
  2. UCT IMS Client needs some dependencies. Use the following command and install the dependency packages. ( Notice : You can find all the dependencies list at UCT IMS Client home page http://uctimsclient.berlios.de/ ).
  • apt-get install libosip2-3deb
  • apt-get install libexosip2-dev
  • apt-get install libgtk2.0-dev
  • apt-get install libxml2-dev
  • apt-get install libcurl4-openssl-dev
  • apt-get install libgstreamer0.10-0
  • apt-get install libgstreamer-plugins-base0.10-dev
  • apt-get install gstreamer0.10-plugins-base
  • apt-get install gstreamer0.10-plugins-good
  • apt-get install gstreamer0.10-plugins-bad
  • apt-get install gstreamer0.10-plugins-ugly
  • apt-get install gstreamer0.10-ffmpeg
  • apt-get install libavcodec-unstripped-51
  • apt-get install libvlc-dev
  • apt-get install vlc

4.  Go to the directory where you have downloaded the source code.

5.  Compile Source code with “make” command.

6.  Run with ./uctimsclient

 

enjoy 🙂