Skip to content

Commit

Permalink
write build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Apaczer committed Sep 15, 2024
1 parent db89432 commit f783fe4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ release: $(PRGNAME)$(EXESUFFIX)
$(STRIP) $(PRGNAME)$(EXESUFFIX)

ipk: release
gm2xpkg -i -c pkg.cfg
gm2xpkg -i -c -f pkg.cfg

clean:
rm -f $(PRGNAME)$(EXESUFFIX) *.o
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# RACE for MiyooCFW
## Neo Geo Pocket NGP/NGPC emu
## Neo Geo Pocket NGP/NGPC emulator

### Build manual

- target binary
`make -j$(nproc)`

- distribution IPK package
`make -j$(nproc)` ipk
4 changes: 2 additions & 2 deletions pkg.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NOTES:
## All variable values should be enclosed within double quotes: "<value>"
## CONFIGURATION FILE for `gm2xpkg` script version:
PKGVER="0.7"
PKGVER="0.9"

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

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

0 comments on commit f783fe4

Please sign in to comment.