so I have my PI Pico set up for use with C++, and has been working great. However I am not great at environment set up and am new to visual studio.
So I am trying to use this library https://github.com/cristiancristea00/Pico-I2C-LCD
But I am just struggling to understand the readme file for setting this up, I tried using the developer command prompt for VS and normal command prompt run as administrator, but when I run the first command.
"export PICO_SDK_PATH='/Path/to/SDK' it says:
"recognized as an internal or external command, operable program or batch file."
So overall, if someone could please explain where I type these commands that are in the readme, and what to type for the cmake command, I would really appreciate it.
Thanks in advance.
Dean