update readme

This commit is contained in:
cuu
2025-03-28 22:47:50 +08:00
parent 2ed54f8f6b
commit 188f2ca65b
4 changed files with 27 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
# PicoCalc simple mp3 player
All the operations in this document are performed in a Linux environment. A basic understanding of Linux, as well as familiarity with Git and cross-compilation development, is required.
## toolchain
```
@@ -11,6 +13,12 @@ https://github.com/cuu/YAHAL.git branch picocalc
## How to compile
### Get this code
```
git clone https://github.com/clockworkpi/PicoCalc.git
```
### Get YAHAL first
```
git clone -b picocalc https://github.com/cuu/YAHAL.git