Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardstrobl committed Oct 23, 2023
1 parent b00f43c commit a1480dd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ It contains a small city as well as an outskirts featuring shootable zombies.

If all you want are .uf2 binaries, check the releases for the newest version.

You will need the [PicoSystem SDK](https://github.com/pimoroni/picosystem) (and the required Pico SDK).
Copy the whole Pico3D folder as an example project into picosystem/examples and add "add_subdirectory(pico3d)" entry into the CMakeLists.txt.
You will need the [PicoSystem SDK](https://github.com/pimoroni/picosystem) and the [Pico SDK](https://github.com/raspberrypi/pico-sdk).

The project needs multi-core support to compile:
Add pico_multicore to the target_link_libraries in picosystem.cmake found in picosystem/libraries.
Create a build folder and use the command to configure Cmake:
```
cmake -DPICO_SDK_PATH=/path/to/pico-sdk -DPICOSYSTEM_DIR=/path/to/ /picosystem path/to/Pico3D
```

You should now be able to compile all the examples including pico3d.
and then use `make` to build a .uf2 file.


## Blender Tutorials
Expand Down

0 comments on commit a1480dd

Please sign in to comment.