mirror of
				https://github.com/wiiu-env/HBLInstallerWrapper.git
				synced 2025-10-31 19:15:57 +01:00 
			
		
		
		
	
			
				
					
						
					
					main
				
			
			
		
	Homebrew launcher wrapper payload
A simple wrapper that is just installing the sd_loader to load homebrew via the homebrew launcher homebrew_launcher_installer.
Usage
Place the 50_hbl_installer.rpx in the [ENVIRONMENT]/modules/setup folder and run the EnvironmentLoader.
- Requires homebrew_launcher.elf in sd:/wiiu/apps/homebrew_launcher/homebrew_launcher.elf.
- Requires AutobootModule to actually launch the Wii U Menu or Homebrew Launcher.
Building
For building you just need wut installed, then use the make command.
Building using the Dockerfile
It's possible to use a docker image for building. This way you don't need anything installed on your host system.
# Build docker image (only needed once)
docker build . -t hblinstallerwrapper-builder
# make 
docker run -it --rm -v ${PWD}:/project hblinstallerwrapper-builder make
# make clean
docker run -it --rm -v ${PWD}:/project hblinstallerwrapper-builder make clean
Credits
					Languages
				
				
								
								
									C++
								
								86.3%
							
						
							
								
								
									C
								
								5.8%
							
						
							
								
								
									Makefile
								
								5.5%
							
						
							
								
								
									Assembly
								
								2.4%
							
						
					