mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-04 20:15:09 +01:00
v3.0.0-rc2
This commit is contained in:
parent
07ebd0d1d1
commit
816c3bfa39
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ export GITREV := $(shell git rev-parse HEAD 2>/dev/null | cut -c1-8)
|
|||||||
export VERSION_MAJOR := 3
|
export VERSION_MAJOR := 3
|
||||||
export VERSION_MINOR := 0
|
export VERSION_MINOR := 0
|
||||||
export VERSION_MICRO := 0
|
export VERSION_MICRO := 0
|
||||||
export VERSION := $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_MICRO)-rc1
|
export VERSION := $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_MICRO)-rc2
|
||||||
|
|
||||||
ifneq ($(strip $(GITREV)),)
|
ifneq ($(strip $(GITREV)),)
|
||||||
export VERSION := $(VERSION)-$(GITREV)
|
export VERSION := $(VERSION)-$(GITREV)
|
||||||
|
@ -287,6 +287,7 @@ $(OUTPUT).cia: $(OUTPUT).elf $(OUTPUT).smdh $(TARGET).bnr $(TOPDIR)/$(RSF_FILE)
|
|||||||
@echo "built ... $(notdir $@)"
|
@echo "built ... $(notdir $@)"
|
||||||
|
|
||||||
$(TARGET).bnr: $(TOPDIR)/$(BNR_IMAGE) $(TOPDIR)/$(BNR_AUDIO)
|
$(TARGET).bnr: $(TOPDIR)/$(BNR_IMAGE) $(TOPDIR)/$(BNR_AUDIO)
|
||||||
|
@[ -d $(dir $@) ] || mkdir -p $(dir $@)
|
||||||
@bannertool makebanner -o $@ -i $(TOPDIR)/$(BNR_IMAGE) -a $(TOPDIR)/$(BNR_AUDIO)
|
@bannertool makebanner -o $@ -i $(TOPDIR)/$(BNR_IMAGE) -a $(TOPDIR)/$(BNR_AUDIO)
|
||||||
@echo "built ... $@"
|
@echo "built ... $@"
|
||||||
|
|
||||||
|
16
README.md
16
README.md
@ -10,15 +10,15 @@ FTP Server for 3DS/Switch/Linux.
|
|||||||
|
|
||||||
## Latest Builds
|
## Latest Builds
|
||||||
|
|
||||||
CIA: https://mtheall.com/~mtheall/ftpd-3ds.cia
|
CIA: https://mtheall.com/~mtheall/ftpd.cia
|
||||||
|
|
||||||
3DSX: https://mtheall.com/~mtheall/ftpd-3ds.3dsx
|
3DSX: https://mtheall.com/~mtheall/ftpd.3dsx
|
||||||
|
|
||||||
NRO: https://mtheall.com/~mtheall/ftpd-nx.nro
|
NRO: https://mtheall.com/~mtheall/ftpd.nro
|
||||||
|
|
||||||
CIA QR Code
|
CIA QR Code
|
||||||
|
|
||||||
![ftpd-3ds.cia](https://github.com/mtheall/ftpd/raw/master/ftpd_qr.png)
|
![ftpd.cia](https://github.com/mtheall/ftpd/raw/master/ftpd_qr.png)
|
||||||
|
|
||||||
## Build and install
|
## Build and install
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ You must set up the [development environment](https://devkitpro.org/wiki/Getting
|
|||||||
|
|
||||||
### 3DSX
|
### 3DSX
|
||||||
|
|
||||||
The following pacman packages are required to build `ftpd-3ds.3dsx`:
|
The following pacman packages are required to build `3ds/ftpd.3dsx`:
|
||||||
|
|
||||||
3dstools
|
3dstools
|
||||||
devkitARM
|
devkitARM
|
||||||
@ -34,13 +34,13 @@ The following pacman packages are required to build `ftpd-3ds.3dsx`:
|
|||||||
|
|
||||||
They are available as part of the `3ds-dev` meta-package.
|
They are available as part of the `3ds-dev` meta-package.
|
||||||
|
|
||||||
Build `ftpd-3ds.3dsx`:
|
Build `3ds/ftpd.3dsx`:
|
||||||
|
|
||||||
make 3dsx
|
make 3dsx
|
||||||
|
|
||||||
### NRO
|
### NRO
|
||||||
|
|
||||||
The following pacman packages are required to build `ftpd-nx.nro`:
|
The following pacman packages are required to build `switch/ftpd.nro`:
|
||||||
|
|
||||||
devkitA64
|
devkitA64
|
||||||
libnx
|
libnx
|
||||||
@ -48,7 +48,7 @@ The following pacman packages are required to build `ftpd-nx.nro`:
|
|||||||
|
|
||||||
They are available as part of the `switch-dev` meta-package.
|
They are available as part of the `switch-dev` meta-package.
|
||||||
|
|
||||||
Build `ftpd-nx.nro`:
|
Build `switch/ftpd.nro`:
|
||||||
|
|
||||||
make nro
|
make nro
|
||||||
|
|
||||||
|
BIN
ftpd_qr.png
BIN
ftpd_qr.png
Binary file not shown.
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 621 B |
Loading…
Reference in New Issue
Block a user