lms-audio/compiling.txt
2014-07-13 17:58:03 +02:00

46 lines
1.9 KiB
Text
Executable file

*******************************************************************************
Libre Media Server Audio - An Open source Media Server.
(c) Santiago Noreña 2014
*******************************************************************************
Developing and support: libremediaserver@gmail.com
Code: http://code.google.com/p/libremediaserver
*******************************************************************************
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*******************************************************************************
If you have troubles, or you are in another distro, you can try compiling from the source code.
0. Prerequisites
Install OLA binaries and headers:
add deb http://apt.openlighting.org/debian wheezy main to your /etc/sources.list
#apt-get update
#apt-get install ola ola-dev
Install Qtcreator from http://qt-project.org/downloads
We are using version 5.3.1
1. LibreMediaserver Audio
Open the file libremediaserver-audio.pro with QtCreator, configure the project and compile it.
or
$ cd src
$ qmake-qt4 libremediaserver-audio.pro -r -spec linux-g++
$ make -w
2. Copy lms-audio.xml to the working directory or set the project working directoroy to the folder containing this file