From c9f2de81557bccd4c9684503682938347c10cfda Mon Sep 17 00:00:00 2001 From: Deve Date: Sat, 14 May 2016 23:17:13 +0200 Subject: [PATCH] Update dependencies for Ubuntu - use officially supported pkg-config instead of pkgconf replacement - add zlib library to dependencies - remove GLU library which is not needed at all since this commit: 60dc171700e75a146a7c28169603e535f2679259 - add libgl1-mesa-dev and mesa-common-dev which contains OpenGL headers that we need - use libcurl-gnutls instead of openssl because it is used by default in Debian/Ubuntu for STK and many other projects. --- INSTALL.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 2393956ee..bfdd65a32 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,6 +1,7 @@ # SuperTuxKart Installation Instructions -Note: If you obtained this source code from Github, you also need to download the game assets from Sourceforge using SVN. +Note: If you obtained this source code from Github, you also need to download +the game assets from Sourceforge using SVN. `svn checkout https://svn.code.sf.net/p/supertuxkart/code/stk-assets stk-assets` @@ -26,7 +27,10 @@ First, make sure that you have the following packages installed: Ubuntu command: ``` -sudo apt-get install build-essential cmake libogg-dev libvorbis-dev libopenal-dev libglu1-mesa-dev libcurl4-openssl-dev libfribidi-dev libbluetooth-dev libxrandr-dev libfreetype6-dev libpng12-dev pkgconf libjpeg-dev +sudo apt-get install build-essential cmake libbluetooth-dev \ +libcurl4-gnutls-dev libfreetype6-dev libfribidi-dev libgl1-mesa-dev \ +libjpeg-dev libogg-dev libopenal-dev libpng-dev libvorbis-dev libxrandr-dev \ +mesa-common-dev pkg-config zlib1g-dev ``` Unpack the files from the tarball like this: