Skip to content

Commit 298f86f

Browse files
committed
Better tutorial
1 parent 35b2068 commit 298f86f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,12 @@ https://github.com/fsantanna/pico-sdl/archive/refs/heads/main.zip (pico-sdl)
4949
5. Open sdl\\src\\pico.h and add ```#include <stdio.h>``` at the top
5050
6. Place sdl inside pico.
5151
7. Place pico inside the folder you extracted ceu-v0.2.1.zip to.
52+
8. Download ceu.bat in this repo Releases page and place it where you placed pico.
5253

5354
## Testing ceu
5455

55-
__IMPORTANT__: Do __NOT__ forget to pass ```--lib=pico``` when compiling graphical apps and do __NOT__ use ```\``` in any path you pass to ceu.jar. Always use ```/```.
56+
__IMPORTANT__: Do __NOT__ forget to pass ```--lib=pico``` when compiling pico apps and do __NOT__ use ```\``` in any path you pass to ceu.jar. Always use ```/```.
5657

57-
Download ceu.bat in this repo Releases page. This is optional, but it will save you from having to run scary commands. Just be sure to place it where ceu.jar is. Now open command prompt or powershell, cd into where ceu.jar is and run these commands:\
58+
Open command prompt or powershell, cd into where ceu.jar is and run these commands:\
5859
```ceu.bat hello-world.ceu```\
5960
```ceu.bat pico/tst/par.ceu --lib=pico```

0 commit comments

Comments
 (0)