Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions demos/Raspberry-Pi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,11 @@ cp shared/Microsoft.NetCore.App/2.1.0-preview1-25719-04/* ~/powershell
```

Note that until arm32 is [fully supported by CoreCLR](https://github.com/dotnet/coreclr/issues/3977), it's not supported by PowerShell Core.

If you get an error complaining about `libunwind.so.8` not being found, you'll need to install it as it's required by CoreCLR.

```bash
sudo apt install libunwind8
```

Have fun!