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.
Updated to reflect the latest packaging changes
- Loading branch information
Showing
1 changed file
with
5 additions
and
4 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 |
---|---|---|
@@ -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/ |