From 3c68ba6ce13d0b72f3603c9ae884fd1a5b93723e Mon Sep 17 00:00:00 2001 From: Neha Gupta Date: Sat, 1 Apr 2017 20:07:42 +0530 Subject: [PATCH] Installation Issue on Debian env --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index be28452..c7ac3fd 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -126,7 +126,7 @@ The standard GNU/Linux tools and Python are minimal requirements to compile Shog To compile the interfaces, in addition to [swig](http://www.swig.org/) itself, you will need language specific development packages installed, see [interfaces](#manual-interfaces) below. There is a larger number of optional requirements. -The output of cmake output lists optional dependencies that were found and not found. +The output of cmake lists optional dependencies that were found and not found.There are a larger number of optional requirements. Install dependencies like [ply](https://pypi.python.org/pypi/ply), [ctags](https://packagecontrol.io/packages/CTags) if not found in the output lists of cmake. If a particular Shogun class is unavailable, this is likely due to an unmet dependency. See our [docker configuration file](https://github.com/shogun-toolbox/shogun/blob/develop/configs/shogun/Dockerfile) for an example configuration used in our test builds.