9 lines
179 B
Markdown
9 lines
179 B
Markdown
# mpc-response-sim
|
|
|
|
sawce of the response task for the MPC lessons
|
|
|
|
### build
|
|
```sh
|
|
qmake-qt5 simul_response.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug && make first
|
|
```
|