Skip to content

Commit f783fe4

Browse files
committed
write build instructions
1 parent db89432 commit f783fe4

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ release: $(PRGNAME)$(EXESUFFIX)
101101
$(STRIP) $(PRGNAME)$(EXESUFFIX)
102102

103103
ipk: release
104-
gm2xpkg -i -c pkg.cfg
104+
gm2xpkg -i -c -f pkg.cfg
105105

106106
clean:
107107
rm -f $(PRGNAME)$(EXESUFFIX) *.o

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# RACE for MiyooCFW
2-
## Neo Geo Pocket NGP/NGPC emu
2+
## Neo Geo Pocket NGP/NGPC emulator
33

4+
### Build manual
5+
6+
- target binary
47
`make -j$(nproc)`
8+
9+
- distribution IPK package
10+
`make -j$(nproc)` ipk

pkg.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NOTES:
22
## All variable values should be enclosed within double quotes: "<value>"
33
## CONFIGURATION FILE for `gm2xpkg` script version:
4-
PKGVER="0.7"
4+
PKGVER="0.9"
55

66
# EXEC commands (set to "1" anyone for desired outcome), you can instead use [OPTIONS] of `gm2xpkg`:
77
PACKAGE=""
@@ -15,7 +15,7 @@ VERBOSE=""
1515
# ENV VAR.
1616
## Specific (mandatory to provide!)
1717
TARGET="race" # [filepath], replace with target's working binary path (<path>/<file_name>)
18-
VERSION="" # [string], replace with correct release version if exist of target binary
18+
VERSION="v3" # [string], replace with correct release version if exist of target binary
1919

2020
## Generic - common to all apps (better to not modify)
2121
HOMEPATH="" # [dirpath], target device fullpath home directory for installation process

0 commit comments

Comments
 (0)