Some updates in doc

This commit is contained in:
Santi Noreña 2014-07-13 17:58:03 +02:00
parent 50106dfc7c
commit e260556ac8
4 changed files with 20 additions and 46 deletions

View file

@ -21,23 +21,19 @@ You should have received a copy of the GNU General Public License along with thi
If you have troubles, or you are in another distro, you can try compiling from the source code.
0. Requisites
tcl tk --> To compile Pure Data, not necesary to execute it without GUI (-gui option in command line)
build-essential
make
qmake
gcc
g++
libtool
ola-dev
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. Building pd
$./configure
$make
1. LibreMediaserver Audio
2. LibreMediaserver Audio
Open the file libremediaserver-audio.pro with QtCreator and compile it.
Open the file libremediaserver-audio.pro with QtCreator, configure the project and compile it.
or
@ -45,16 +41,6 @@ If you have troubles, or you are in another distro, you can try compiling from t
$ qmake-qt4 libremediaserver-audio.pro -r -spec linux-g++
$ make -w
3. Putting all together.
Make a directory. Copy in it:
- libremediaserver binary
- Folder scripts
- Folder puredata
- the tcl folder in the pd sources. This is only necessary to show the Pure Data GUI's. You don't need if you don't want the GUI's. Only it's good for debugging purpouses and developing, for normal use you can skip this step.
In the folder puredata copy:
- the pd executable
- Make a folder named externals and copy all the externals to it. All the externals compiled must be in ~HOME/pd-external.
2. Copy lms-audio.xml to the working directory or set the project working directoroy to the folder containing this file