Skip to content

Commit

Permalink
Fix build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Loc15 committed Dec 8, 2024
1 parent d3940c7 commit 473bac7
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,16 +191,16 @@ Controllers that was tested on different host modes.

### Building

#### If you have set PICO SDK already

```
git clone https://github.com/Loc15/PicoGamepadConverter
cd PicoGamepadConverter/
git submodule update --init
cd src/
cd pico-sdk/
git submodule update --init
cd ..
mkdir build
cd build
cmake ..
cmake ../src
make
```

Expand All @@ -217,12 +217,16 @@ _The instructions below have been successful on Windows (11) but should mostly a
cd /home/dev
mkdir pico
cd pico
git clone --recursive https://github.com/Loc15/PicoGamepadConverter.git
git clone https://github.com/Loc15/PicoGamepadConverter
cd PicoGamepadConverter/
git submodule update --init
cd pico-sdk/
git submodule update --init
```
5. Wait a bit then:

```
cd PicoGamepadConverter
cd ..
mkdir build
cd build
cmake ../src
Expand Down

0 comments on commit 473bac7

Please sign in to comment.