From 5ca5d753ac00589f21744186f934a42e6a4b92d1 Mon Sep 17 00:00:00 2001 From: sergio-br2 Date: Sat, 25 Apr 2015 00:53:53 -0300 Subject: [PATCH] Updated Building for Linux (markdown) --- Building-for-Linux.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 6042cda..306cd3a 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -93,10 +93,10 @@ Most of the time, any problems in the build process are due to user error. It's --- - git -- cmake +- cmake (>= 2.8.8) - g++ -- libwxbase3.0-dev -- libwxgtk3.0-dev +- libwxbase3.0-dev (>= 3.0.1) +- libwxgtk3.0-dev (>= 3.0.1) - libgtk2.0-dev - libbluetooth-dev (optional, for real Wiimotes) - libxrandr-dev (optional, for switching desktop resolution in fullscreen mode) @@ -106,13 +106,17 @@ Most of the time, any problems in the build process are due to user error. It's - libpulse-dev (optional, for PulseAudio sound backend) - libao-dev (optional, for AO sound backend) - libopenal-dev (optional, for OpenAL sound backend) +- portaudio (>=19?) (optional, if not found will be built statically) - libavcodec-dev (optional, for dumping frames in AVI format) - libavformat-dev (optional, for dumping frames in AVI format) - libswscale-dev (optional, for dumping frames in AVI format) -- libusb-1.0-0-dev (optional, for USB peripherals) -- libenet-dev (optional, if not found will be built statically) -- liblzo2-dev (optional, if not found will be built statically) +- libusb-1.0-0-dev (>= 1.0.19) (optional, for USB peripherals) +- libenet-dev (>= 1.3.12) (optional, if not found will be built statically) +- liblzo2-dev (>= 2.04) (optional, if not found will be built statically) +- libminiupnpc-dev (>= 1.8) (optional, if not found will be built statically) +- libpolarssl-dev (>= 1.3.8) (optional, if not found will be built statically) - libsoil-dev (optional, if not found will be built statically) -- libsfml-dev (optional, if not found will be built statically) +- libsfml-dev (>= 2.1) (optional, if not found will be built statically) +- zlib1g-dev (>= 1.2.8) - SDL 2.0 (build from source to avoid a bug with rumble-enabled controllers) - [The bug](https://bugzilla.libsdl.org/show_bug.cgi?id=2648) in question is present in SDL 2.0.2 and SDL 2.0.3. The bug has been fixed in the development version of SDL, which can be downloaded [from here.](http://libsdl.org/hg.php) \ No newline at end of file