Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Installation Issue on Debian env #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there is a different part of the document that mentions those? Maybe better put this there?
Also please put a new line for each sentence and respect whitespace.

Thanks!

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.

Expand Down