Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.
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
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,21 +78,21 @@ Then one can install the module by calling the following.

./scripts/build_mic_module.sh ../mic

Please note that it will create a directory 'deps' and download all sources into that directory.
After compilation all dependencies will be installed in the directory '../mic'.
Please note that it will create a directory `deps` and download all sources into that directory.
After compilation all dependencies will be installed in the directory `../mic`.

## Installation of MI-Algorithms

The following assumes that all MIC dependencies are installed in the directory '../mic'.
The following assumes that all MIC dependencies are installed in the directory `../mic`.

git clone git@github.com:IBM/mi-algorithms.git
cd mi-algorithms
./scripts/build_mic_module.sh ../mic

### Make commands

* make install - install applications to ../mic/bin, headers to ../mic/include, libraries to ../mic/lib, cmake files to ../mic/share

* make install - install applications to `../mic/bin`, headers to `../mic/include`, libraries to `../mic/lib`, cmake files to `../mic/share`
## Documentation

In order to generate a "living" documentation of the code please run Doxygen:
Expand All @@ -109,4 +109,4 @@ https://ibm.github.io/mi-algorithms/

[tkornuta](http://github.com/tkornut)

[![HitCount](http://hits.dwyl.io/tkornut/ibm/mi-algorithms.svg)](http://hits.dwyl.io/tkornut/ibm/mi-algorithms)
[![HitCount](http://hits.dwyl.io/tkornut/ibm/mi-algorithms.svg)](http://hits.dwyl.io/tkornut/ibm/mi-algorithms)