update readme
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
# How to compile FUZIX
|
||||
|
||||
All the operations in this document are performed in a Linux environment. A basic understanding of Linux, as well as familiarity with Git and pico sdk development, is required.
|
||||
|
||||
```bash
|
||||
git clone https://github.com/EtchedPixels/FUZIX.git
|
||||
cd FUZIX
|
||||
|
||||
git reset --hard f0d56efd5ba70211c4c2d0b084a154fcff30ac5a
|
||||
git apply fuzix.patch
|
||||
|
||||
git clone https://github.com/clockworkpi/PicoCalc.git #get patch code
|
||||
|
||||
git apply PicoCalc/Code/FUZIX/fuzix.patch
|
||||
|
||||
export PICO_SDK_PATH=/to/where/your/pico/sdk/is
|
||||
cd Kernel/platform/platform-rpipico
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,9 +1,15 @@
|
||||
# How to compile NES emulator
|
||||
|
||||
All the operations in this document are performed in a Linux environment. A basic understanding of Linux, as well as familiarity with Git and pico sdk development, is required.
|
||||
|
||||
```bash
|
||||
git clone https://github.com/shapoco/shapones.git
|
||||
|
||||
cd shapones
|
||||
git apply shapones.patch
|
||||
git clone https://github.com/clockworkpi/PicoCalc.git #get patch code
|
||||
|
||||
git apply PicoCalc/Code/NES/shapones.patch
|
||||
|
||||
cd samples/v3/
|
||||
mkdir build
|
||||
cd build
|
||||
|
||||
@@ -1,10 +1,14 @@
|
||||
# How to compile PicoMite(MMBasic)
|
||||
|
||||
All the operations in this document are performed in a Linux environment. A basic understanding of Linux, as well as familiarity with Git and pico sdk development, is required.
|
||||
|
||||
|
||||
```bash
|
||||
git clone https://github.com/cuu/PicoMite.git
|
||||
cd PicoMite
|
||||
|
||||
git apply PicoMite.patch
|
||||
git clone https://github.com/clockworkpi/PicoCalc.git #get patch code
|
||||
git apply PicoCalc/Code/PicoMite/PicoMite.patch
|
||||
|
||||
export PICO_SDK_PATH=/to/where/your/pico/sdk/is
|
||||
mkdir build
|
||||
|
||||
Reference in New Issue
Block a user