From c75aa95d3d6e0b36c20c76f80487b829faa69ba5 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Fri, 29 Jul 2022 10:46:55 -0500 Subject: [PATCH] update readme, make reading more clear --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5197ace..7617e16 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,15 @@ You'll need the following to be able to build this: - [git](https://git-scm.com/) - 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) +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 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" ``` -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