1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

native: doc: add libasan5 dependency

This commit is contained in:
Martine Lenders 2022-05-23 12:02:24 +02:00
parent bd2daade8e
commit c36a56cacc
No known key found for this signature in database
GPG Key ID: 2134D77A5336DD80

View File

@ -31,6 +31,13 @@ On Debian/Ubuntu you can install the required libraries with
```
sudo apt install gcc-multilib
```
Likewise, for the unittest execution, `libasan5` is needed for 32 bit binaries.
On Debian/Ubuntu you can install the required libraries with
```
sudo apt install lib32asan5
```
*/