Added reference to libfuse-dev.

This commit is contained in:
Oliver Schmidt 2022-08-26 01:37:44 +02:00 committed by GitHub
parent 14c326019d
commit 6c2e8b93b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,4 +33,4 @@ See the [upstream repo](https://github.com/dschmenk/apple2pi) for the original,
2. Build the project in `/pipico` (requires the [Raspberry Pico C/C++ SDK](https://www.raspberrypi.com/documentation/microcontrollers/c_sdk.html)).
3. Execute `make` in `/src`.
3. Execute `make` in `/src` (requires [libfuse-dev](https://packages.debian.org/en/sid/libfuse-dev)).