Skip to content

Suggestion: Use cmake with Ninja instead of make #2

@dov

Description

@dov

Thanks for a great tutorial. May I suggest that you replace the pico example build so that it uses Ninja. Ninja is much typically faster than make, and it is the modern way of compiling with cmake:

cd pico-examples
cmake -GNinja -DPICO_SDK_PATH=../pico-sdk .
ninja

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions