Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
in4lio committed Mar 24, 2018
1 parent ff91e87 commit ba166a5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docker/README.md
Expand Up @@ -18,8 +18,12 @@ Before that, in case you are using MinGW MSYS, you may need to execute:

export MSYS_NO_PATHCONV=1

After that, inside the container, you have to compile and install static and
shared libraries:
You have to take into account that, by default, the preprocessing stage
is skipping when compilation is performed on the brick or using Docker.
Please set `SKIP_PP = 0` in the makefile to allow preprocessing anywhere.

After that, inside the container, you are able to compile and install
static and shared libraries:

cd source/ev3/
make
Expand Down

0 comments on commit ba166a5

Please sign in to comment.