update readme, make reading more clear

This commit is contained in:
Wyatt J. Miller 2022-07-29 10:46:55 -05:00
parent 275a753be7
commit c75aa95d3d

View File

@ -22,9 +22,15 @@ You'll need the following to be able to build this:
- [git](https://git-scm.com/) - [git](https://git-scm.com/)
- C/C++ compiler (supporting C11 and C++17) - C/C++ compiler (supporting C11 and C++17)
- Rust 1.59 or greater - [GCC](https://gcc.gnu.org/) or [MinGW](https://osdn.net/projects/mingw/) works for this
- [cmake](https://cmake.org)
- [Rust 1.59 or greater](https://rustup.rs)
- [Pico SDK](https://github.com/raspberrypi/pico-sdk) - [Pico SDK](https://github.com/raspberrypi/pico-sdk)
If you're on Linux, use your appropriate package manager, such as apt, dnf, yum, or zypper. Most modern versions of Linux that are supported will install these.
If you're on Windows, please follow the links and use the given installers/scripts from the websites above.
### Clone ### Clone
First, grab the Pico SDK from the link above via `git clone`. You'll need this when it comes to building. First, grab the Pico SDK from the link above via `git clone`. You'll need this when it comes to building.
@ -47,7 +53,7 @@ Alternatively, you can run the following in Powershell if you're on Windows:
$Env:PICO_SDK_PATH = "../pico-sdk" $Env:PICO_SDK_PATH = "../pico-sdk"
``` ```
Run that command when you're in the `AutoBar` directory. Run the above Powershell command when you're in the `AutoBar` directory (again, if you're running on Windows).
### Installation of requirements ### Installation of requirements