mirror of
				https://github.com/wiiu-env/CURLWrapperModule.git
				synced 2025-10-31 07:16:04 +01:00 
			
		
		
		
	
			
				
					
						
					
					main
				
			
			
		
	Aroma Module that (hopefully) exports all functions of libcurl (Currently targeting: curl 8.0.1)
Usage
([ENVIRONMENT] is a placeholder for the actual environment name.)
- Copy the file CURLWrapperModule.wmsintosd:/wiiu/environments/[ENVIRONMENT]/modules.
- Use libcurlwrapper
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 curlwrappermodule-builder
# make 
docker run -it --rm -v ${PWD}:/project curlwrappermodule-builder make
# make clean
docker run -it --rm -v ${PWD}:/project curlwrappermodule-builder make clean
The bundled Dockerfile creates a module with this version: libcurl/8.7.1 mbedTLS/2.28.8 zlib/1.3
Format the code via docker
docker run --rm -v ${PWD}:/src ghcr.io/wiiu-env/clang-format:13.0.0-2 -r ./src -i
					Languages
				
				
								
								
									Makefile
								
								56.2%
							
						
							
								
								
									C++
								
								42.1%
							
						
							
								
								
									Dockerfile
								
								1.3%
							
						
							
								
								
									C
								
								0.4%
							
						
					