updated documentation
This commit is contained in:
parent
2cdc0a3dcc
commit
6b62d0e4f1
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,5 +2,7 @@
|
||||||
*.o
|
*.o
|
||||||
src/upiwin
|
src/upiwin
|
||||||
src/splash.bin
|
src/splash.bin
|
||||||
|
src/i_*.bin
|
||||||
buildutils/mksplash
|
buildutils/mksplash
|
||||||
|
buildutils/mkgfx
|
||||||
output/
|
output/
|
||||||
|
|
|
@ -58,5 +58,7 @@ After cloning the repository for UPIWIN, enter the following commands:
|
||||||
cd upiwin
|
cd upiwin
|
||||||
make
|
make
|
||||||
|
|
||||||
To execute, enter the command `sudo src/upiwin` followed by the name of the script to be run. For example,
|
The resulting executable and demo scripts will be placed into the `output` directory.
|
||||||
`sudo src/upiwin scripts/demo1.py`.
|
|
||||||
|
To execute, change to the `output` directory and enter the command `sudo ./upiwin` followed by the name of the script
|
||||||
|
to be run. For example, `sudo ./upiwin demo1.py`.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user