Skip to content

Commit

Permalink
Create BUILD-RETROFW.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
JORGETECH authored Sep 14, 2019
1 parent 857f462 commit 43c8721
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions BUILD-RETROFW.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Instructions for building GMU for RetroFW
-----------------------------------------

-Compile the app:

make distbin

-Give execute permission to the packaging script:

chmod +x package.sh

-Run the packaging script:

./package.sh

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

-(Optional) Clean up after compiling:

make clean
rm -rf gmu-0.10.1-dingux/

0 comments on commit 43c8721

Please sign in to comment.