> 3. I try *make* and then I got the message:
> make: *** No targets specified and no makefile found. Stop.


You need to use cmake:
 - make a build directory
 - go into this and type cmake /path/to/your/translation/team's/folder
 - then you can type make.

Andrew