forked from denis-n-kuznetsov/gmu
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |