Skip to content
forked from xbmc/xbmc

Commit

Permalink
[linux] - update docs/README.linux
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansaraev committed Oct 17, 2014
1 parent 049e8b9 commit 9fed7ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/README.linux
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Build-Depends: autoconf, automake, autopoint, autotools-dev, cmake, curl,
libavfilter-dev, libavformat-dev, libavutil-dev, libbluetooth-dev, libbluray-dev,
libboost-dev, libboost-thread-dev, libbz2-dev, libcap-dev, libcdio-dev, libcec-dev,
libcurl4-gnutls-dev | libcurl4-openssl-dev | libcurl-dev, libcwiid-dev, libdbus-1-dev,
libenca-dev, libflac-dev, libfontconfig-dev, libfreetype6-dev, libfribidi-dev,
libenca-dev, libfontconfig-dev, libfreetype6-dev, libfribidi-dev,
libgl1-mesa-dev | libgl-dev, libglew-dev, libglu1-mesa-dev | libglu-dev, libhal-dev,
libhal-storage-dev, libiso9660-dev, libjasper-dev, libjpeg-dev, libltdl-dev, liblzo2-dev,
libmad0-dev, libmicrohttpd-dev, libmodplug-dev, libmpcdec-dev, libmpeg2-4-dev, libmysqlclient-dev,
Expand Down Expand Up @@ -99,7 +99,8 @@ Tip: By adding -j<number> to the make command, you describe how many
$ make -j2

Note: From v14 with commit 4090a5f a new API for binary audio encoder addons is available, if you need to compile them do:


$ sudo apt-get install libflac-dev

This comment has been minimized.

Copy link
@un1versal

un1versal Oct 17, 2014

Dependencies are and handled automatically via unified dependencies build system.

hows that?

how bout the other deps libvorbis liblame etc? same as above?

This comment has been minimized.

Copy link
@stefansaraev

stefansaraev Oct 17, 2014

Author Owner

correct. liblame is not there but still builds fine on all plarforms? I will remove this and also update README.ubuntu. @wsnipex ?

This comment has been minimized.

Copy link
@wsnipex

wsnipex Oct 17, 2014

yes, jenkins builds with unified depends, so all deps are there. For the typical linux usecase where you have system libs, you'll need to install the deps until xbmc#5329 is ready

This comment has been minimized.

Copy link
@wsnipex

wsnipex Oct 17, 2014

oh, lame and vorbis can probably be removed as well.

This comment has been minimized.

Copy link
@stefansaraev

stefansaraev Oct 17, 2014

Author Owner

libmp3lame is not there already. vorbis is a core dep.

$ make -C tools/depends/target/xbmc-audioencoder-addons PREFIX=/<system prefix you added on step 4.1

.3 $ make install
Expand Down

0 comments on commit 9fed7ff

Please sign in to comment.