Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Disable compression minimapp by default #84

Merged
merged 1 commit into from
Jul 20, 2018
Merged
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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ command: '-DNEUROMAPP_DISABLE_NEST=TRUE'
This directory contains a miniapp that simulates in memory compression for neuro science.

You can disable the compilation of this mini-app by using the following variable in cmake
command: '-DNEUROMAPP_DISABLE_COMPRESSION=TRUE'
command: '-DNEUROMAPP_COMPRESSION=FALSE'

# Installation Instructions #

Expand All @@ -96,6 +96,8 @@ $ make
$ make install
```

> Note : On OS X with Clang compiler we need to disable compression miniapp using '-DNEUROMAPP_COMPRESSION=FALSE'

If you're using GCC 5.1 and above, you may have issues if your full stack (e.g. BOOST) has not been
compiled with C++11 due to the std::string implementation that changes with GCC 4.9.
In this case, please add the following flag to your ```cmake```
Expand Down