Skip to content

Commit

Permalink
Updated to reflect the latest packaging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JORGETECH authored Feb 17, 2021
1 parent 63c4af0 commit fa7a769
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions BUILD-RETROFW.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
Instructions for building GMU for RetroFW
-----------------------------------------

Note: The "config.mk" Makefile assumes you have installed the toolchain at "/opt/rs97tools", if this is not the case for you such file MUST be adapted or the build will fail.

-Compile the app:

make distbin

-Give execute permission to the packaging script:

chmod +x package.sh
chmod +x package-opk.sh

-Run the packaging script:

./package.sh
./package-opk.sh

-The IPK file will appear at the root of the source code folder with the name "gmu-retrofw.ipk"
-The OPK file will appear at the root of the source code folder with the name "gmu-retrofw.opk"

-(Optional) Clean up after compiling:

make clean
rm -rf gmu-0.10.1-dingux/

0 comments on commit fa7a769

Please sign in to comment.