Fix warnings 'implicit-fallthrough' of gcc 7
[src/app-framework-main.git] / INSTALL
1 Installation Instructions
2 *************************
3
4 In a shell, type the following commands:
5
6 cmake -DCMAKE_INSTALL_PREFIX=/ .
7 make
8 sudo make install
9