From 418b1b1861368a4971596479a15263cedd3716ff Mon Sep 17 00:00:00 2001 From: kingjin94 Date: Wed, 15 Jan 2020 17:34:09 +0100 Subject: [PATCH] Improve Linux guide - Needed libs Add library dependencies to the extended Linux instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e5121583da..6420a6cdab 100644 --- a/README.md +++ b/README.md @@ -944,6 +944,11 @@ specific Ubuntu versions under 'For the impatient' below. `cmake-gui`. * **compiler**: [gcc](http://gcc.gnu.org) >= 4.9; `g++-4.9`, or [Clang](http://clang.llvm.org) >= 3.4; `clang-3.4`. +* **Libraries** (e.g. from apt): + * freeglut3-dev + * libxi-dev + * libxmu-dev + * liblapack-dev * **physics engine**: Simbody >= 3.7. Two options: * Let OpenSim get this for you using superbuild (see below). * [Build on your own](https://github.com/simbody/simbody#installing).