Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
|
jenny:programmierenlernen:logo [2025/05/23 17:33] 127.0.0.1 Externe Bearbeitung |
jenny:programmierenlernen:logo [2026/03/11 14:09] (aktuell) itbs [online videos] |
||
|---|---|---|---|
| Zeile 27: | Zeile 27: | ||
| µControllerseite https:// | µControllerseite https:// | ||
| - | 23.Mai25 | + | ===== unter Linux c programmierungsvoraussetzungen ===== |
| + | |||
| + | In Linux distributions the gcc compiler and make tool needed by exercise packages are usually installed by default. However you should to ensure that the check framework, zip and unzip, gdb and valgrind are also installed, typing the following in the terminal (assuming you have admin rights to the machine, and you are using either Debian or Ubuntu distribution): | ||
| + | |||
| + | sudo apt-get install check | ||
| + | sudo apt-get install pkg-config | ||
| + | sudo apt-get install valgrind | ||
| + | sudo apt-get install gdb | ||
| + | |||
| + | 11. März 2026 | ||