From 6aa05c353f4fb02ab190748a7396e9fb9d0118ac Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Jun 30 2016 03:54:19 +0000 Subject: Minor edits to Linux how-to-build doc --- diff --git a/doc/how_to_build_linux.md b/doc/how_to_build_linux.md index a90f543..571b495 100644 --- a/doc/how_to_build_linux.md +++ b/doc/how_to_build_linux.md @@ -3,16 +3,15 @@ ## Required software You will need to install some dependencies before you can build. Depending on your distribution you will be able to install the packages directly with the command lines below or will have to manually install: -- git -- gcc -- cmake +- Git +- GCC +- CMake - confirmed to work with 3.4.1. -- Qt +- Qt5 - http://download.qt.io/official_releases/qt/5.5/5.5.1/ -- boost +- Boost - http://www.boost.org/users/history/version_1_55_0.html -- SDL 2 -TODO: list them all? +- SDL2 ### Installing required packages on Debian / Ubuntu