- Documentacion actualizada. Bug de preview por capa corregido.
This commit is contained in:
parent
2d1bbe0e37
commit
cd32995959
6 changed files with 184 additions and 178 deletions
|
@ -22,8 +22,7 @@ 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
|
||||
tcl tk --> To compile Pure Data, not necesary to execute it.
|
||||
alsa-dev
|
||||
make
|
||||
qt4-qmake
|
||||
|
@ -42,7 +41,7 @@ If you have troubles, or you are in another distro, you can try compiling from t
|
|||
$./configure
|
||||
$make
|
||||
|
||||
3. Build pd externals
|
||||
3. Building pd externals
|
||||
|
||||
3.1 ola2pd
|
||||
|
||||
|
@ -64,29 +63,35 @@ echo "export C_INCLUDE_PATH=$C_INCLUDE_PATH:/usr/local/include" >> ~/.bashrc
|
|||
|
||||
# Build and install ola2pd
|
||||
|
||||
cd externals/ola2pd/
|
||||
cd ola2pd
|
||||
/path/to/flext/build.sh pd gcc
|
||||
/path/to/flext/build.sh pd gcc install
|
||||
|
||||
3.2 Gem + pix2jpg
|
||||
|
||||
$ cd Gem
|
||||
$ ./autogen.sh
|
||||
$ ./configure --with-pd=./ --prefix=$HOME/pd-externals
|
||||
$ make
|
||||
$ make install
|
||||
$ cd ..
|
||||
$ cp $HOME/pd-externals/* ./pd
|
||||
|
||||
|
||||
3.3 fileselector
|
||||
make
|
||||
cp fileselector.pd_linux ../pd
|
||||
|
||||
$ cd fileselector
|
||||
$ make
|
||||
$ cp fileselector.pd_linux ../pd
|
||||
|
||||
4. LibreMediaserver
|
||||
|
||||
Open the file libremediaserver.pro with QtCreator and compile it.
|
||||
|
||||
or
|
||||
|
||||
|
||||
$ cd src
|
||||
$ qmake-qt4 libremediaserver.pro -r -spec linux-g++
|
||||
$ make -w in ./src folder
|
||||
$ make -w
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue