Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
dtlab_t11 [2025/06/16 15:48] haf [Toolchain] |
dtlab_t11 [2025/06/16 15:56] (current) haf [Toolchain] |
||
---|---|---|---|
Line 15: | Line 15: | ||
* Installieren Sie [[https://vscodium.com|VSCodium]] oder Microsoft Codium | * Installieren Sie [[https://vscodium.com|VSCodium]] oder Microsoft Codium | ||
* In Codium: [[https://rust-analyzer.github.io|rust-analyzer]] | * In Codium: [[https://rust-analyzer.github.io|rust-analyzer]] | ||
+ | |||
+ | Unter LINUX noch folgende Packages installieren: | ||
+ | |||
+ | <code> | ||
+ | sudo apt update | ||
+ | sudo apt install libudev-dev pkg-config | ||
+ | </code> | ||
Für Rust noch | Für Rust noch | ||
Line 23: | Line 30: | ||
</code> | </code> | ||
- | Unter LINUX noch folgende Packages: | ||
- | |||
- | * sudo apt install libudev-dev pkg-config | ||
==== Projekt ==== | ==== Projekt ==== |