diff options
author | uNiversaI <uNiversal@github.noreply.com> | 2015-01-14 13:07:50 +0000 |
---|---|---|
committer | uNiversaI <uNiversal@github.noreply.com> | 2015-01-14 21:31:37 +0000 |
commit | 225594ced2f4c340b5ba007848dd100ec77e5a01 (patch) | |
tree | b8fc4d6eede16a4e7ec632e560c2cd77d4294d56 /docs/README.linux | |
parent | 4d80fd7d363cfd8b7cc8562c44102393e981684b (diff) |
readmes : remove deprecated sdl dependencies.
remove libsdl-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev
remove libsdl-dev libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev
Diffstat (limited to 'docs/README.linux')
-rw-r--r-- | docs/README.linux | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/docs/README.linux b/docs/README.linux index 0bdfa265f1..cfe1db9f47 100644 --- a/docs/README.linux +++ b/docs/README.linux @@ -47,18 +47,17 @@ 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, 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, - libnfs-dev, libogg-dev, libpcre3-dev, libplist-dev, libpng12-dev | libpng-dev, libpostproc-dev, - libpulse-dev, librtmp-dev, libsdl-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl2-dev, - libshairplay-dev, libsmbclient-dev, libsqlite3-dev, libssh-dev, libssl-dev, - libswscale-dev, libtag1-dev (>= 1.8), libtiff-dev, libtinyxml-dev, libtool, + libenca-dev, libfontconfig-dev, libfreetype6-dev, libfribidi-dev, libgif-dev (>= 4.1.6), + libgl1-mesa-dev | libgl-dev, libglew-dev, libglu1-mesa-dev | libglu-dev, libiso9660-dev, + libjasper-dev, libjpeg-dev, libltdl-dev, liblzo2-dev, libmad0-dev, libmicrohttpd-dev, + libmodplug-dev, libmpcdec-dev, libmpeg2-4-dev, libmysqlclient-dev, libnfs-dev, libogg-dev, + libpcre3-dev, libplist-dev, libpng12-dev | libpng-dev, libpostproc-dev, libpulse-dev, + librtmp-dev, libsdl2-dev, libshairplay-dev, libsmbclient-dev, libsqlite3-dev, libssh-dev, + libssl-dev, libswscale-dev, libtag1-dev (>= 1.8), libtiff-dev, libtinyxml-dev, libtool, libudev-dev, libusb-dev, libva-dev, libvdpau-dev, libvorbis-dev, libxinerama-dev, - libxml2-dev, libxmu-dev, libxrandr-dev, libxslt1-dev, libxt-dev, libyajl-dev, - lsb-release, nasm [!amd64], python-dev, python-imaging, python-support, swig, - unzip, yasm, zip, zlib1g-dev + libxml2-dev, libxmu-dev, libxrandr-dev, libxslt1-dev, libxt-dev, libyajl-dev, lsb-release, + nasm [!amd64], python-dev, python-imaging, python-support, swig, unzip, yasm, zip, zlib1g-dev + Note: For developers and anyone else who compiles frequently it is recommended to use ccache. $ sudo apt-get install ccache |