|
InstallationFromSourceCode
This page describes how to build betaradio executable binary from source code and install it. P.S. "$ sudo command" can replace "# command" with root privilege. Prepare the source code
$ wget http://betaradio.googlecode.com/files/betaradio-X.X.X.tar.bz2 $ tar xjvf betaradio-X.X.X.tar.bz2 $ svn checkout http://betaradio.googlecode.com/svn/trunk/ betaradio Prepare the source compilation environment
$ sudo apt-get install libgtk2.0-dev libgstreamer0.10-dev libjson-glib-dev libsoup2.4-dev
$ sudo apt-get install autoconf automake libtool pkg-config gettext valac Configure, compile, and install
$ cd betaradio-X.X.X
$ cd betaradio
$ ./configure $ ./configure --prefix=/usr $ ./autogen.sh
$ make
$ sudo make install Runtime Environment
$ sudo apt-get install gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly gstreamer0.10-ffmpeg
|
► Sign in to add a comment