Skip to content

Commit

Permalink
Update instructions to omit symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jan 25, 2021
1 parent 802a87c commit 57b8c48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ cmake_minimum_required(VERSION 3.12)
# Change your executable name to something creative!
set(NAME pico-boilerplate) # <-- Name your project/executable here!

# Make sure you symlink this file into the project directory
# eg: ln -s ../pico-sdk/external/pico_sdk_import.cmake .
include(pico_sdk_import.cmake)

# Gooey boilerplate
Expand Down Expand Up @@ -42,4 +40,4 @@ install(FILES

set(CPACK_INCLUDE_TOPLEVEL_DIRECTORY OFF)
set(CPACK_GENERATOR "ZIP" "TGZ")
include(CPack)
include(CPack)
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ git clone https://github.com/pimoroni/pico-boilerplate
cd pico-boilerplate
```

And then (assuming pico-sdk is alongside your project):

```
ln -s ../pico-sdk/external/pico_sdk_import.cmake .
```

If you have not or don't want to set `PICO_SDK_PATH` you can edit `.vscode/settings.json` to pass the path directly to CMake.

## Prepare Visual Studio Code
Expand All @@ -86,4 +80,4 @@ Edit `CMakeLists.txt` and follow the instructions, you should make sure you:

## Pick your LICENSE

We've included a copy of BSD 3-Clause License to match that used in Raspberry Pi's Pico SDK and Pico Examples. You should review this and check it's appropriate for your project before publishing your code.
We've included a copy of BSD 3-Clause License to match that used in Raspberry Pi's Pico SDK and Pico Examples. You should review this and check it's appropriate for your project before publishing your code.

0 comments on commit 57b8c48

Please sign in to comment.