File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -191,16 +191,16 @@ Controllers that was tested on different host modes.
191
191
192
192
### Building
193
193
194
- #### If you have set PICO SDK already
195
-
196
194
```
197
195
git clone https://github.com/Loc15/PicoGamepadConverter
198
196
cd PicoGamepadConverter/
199
197
git submodule update --init
200
- cd src/
198
+ cd pico-sdk/
199
+ git submodule update --init
200
+ cd ..
201
201
mkdir build
202
202
cd build
203
- cmake ..
203
+ cmake ../src
204
204
make
205
205
```
206
206
@@ -217,12 +217,16 @@ _The instructions below have been successful on Windows (11) but should mostly a
217
217
cd /home/dev
218
218
mkdir pico
219
219
cd pico
220
- git clone --recursive https://github.com/Loc15/PicoGamepadConverter.git
220
+ git clone https://github.com/Loc15/PicoGamepadConverter
221
+ cd PicoGamepadConverter/
222
+ git submodule update --init
223
+ cd pico-sdk/
224
+ git submodule update --init
221
225
```
222
226
5 . Wait a bit then:
223
227
224
228
```
225
- cd PicoGamepadConverter
229
+ cd ..
226
230
mkdir build
227
231
cd build
228
232
cmake ../src
You can’t perform that action at this time.
0 commit comments