Apt Get Install Libtool

Sudo apt-get install libtool-bin Share. Improve this answer. Follow edited May 19 '15 at 10:45. 173k 45 45 gold badges 413 413 silver badges 642 642 bronze badges. Here’s the command to get everything at once: sudo apt-get install gcc automake autoconf libtool bison swig python-dev libpulse-dev. Installing CMU-SPHINX Installing sphinxbase. Whether you’re using pocketsphinx or sphinx4, you’re going to need to install sphinxbase first. The README for the sphinxbase repository says. Download the source tarball and get prepared for compiling it: tar -zxf yara-4.1.0.tar.gz cd yara-4.1.0./bootstrap.sh. Make sure you have automake, libtool, make and gcc and pkg-config installed in your system. Ubuntu and Debian users can use: sudo apt-get install automake libtool make gcc pkg-config.

Prerequisites

GStreamer is included in all Linux distributions. We recommend using the latest version of a fast moving distribution such as Fedora, Ubuntu (non-LTS), Debian sid or OpenSuse to get a recent GStreamer release.

All the commands given in this section are intended to be typed in froma terminal.

Make sure you have superuser (root) access rights to install GStreamer.

Install GStreamer on Fedora

Run the following command:

Apt

Install GStreamer on Ubuntu or Debian

Run the following command:

Install

apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-doc gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio

Building applications using GStreamer

Apt-get install libtool-bin

The only other “development environment” that is required isthe gcc compiler and a text editor. In order to compile code thatrequires GStreamer and uses the GStreamer core library, rememberto add this string to your gcc command:

If you're using other GStreamer libraries, e.g. the video library, youhave to add additional packages after gstreamer-1.0 in the above string(gstreamer-video-1.0 for the video library, for example).

If your application is built with the help of libtool, e.g. when usingautomake/autoconf as a build system, you have to runthe configure script from inside the gst-sdk-shell environment.

Getting the tutorial's source code

The source code for the tutorials can be copied and pasted from thetutorial pages into a text file, but, for convenience, it is also availablein a GIT repository in the examples/tutorials subdirectory.

The GIT repository can be cloned with:

Building the tutorials

Apt-get

Sudo Apt-get Install Autoconf Automake Libtool

Using the file name of the tutorial you are interested in(basic-tutorial-1 in this example).

Apt Get Install Libtool

Apt-get Install Libtool-bin

Depending on the GStreamer libraries you need to use, you will have to add more packages to the pkg-config command, besides gstreamer-1.0At the bottom of each tutorial's source code you will find the command for that specific tutorial, including the required libraries, in the required order.When developing your own applications, the GStreamer documentation will tell you what library a function belongs to.

Sudo Apt-get Install Libtool-bin

Running the tutorials

Sudo Apt-get Install Libtool

To run the tutorials, simply execute the desired tutorial: