mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	Raspbian Buster was added to CompileHowto
https://hyperion-project.org/threads/installing-hyperion-ng.3491/page-3#post-15572 Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
This commit is contained in:
		| @@ -6,8 +6,13 @@ Note: call the script with `./docker-compile.sh -h` for more options | ||||
|  | ||||
| ## Native compiling on Raspberry Pi | ||||
|  | ||||
| **Raspbian Stretch** | ||||
| ``` | ||||
| wget -qN https://raw.github.com/hyperion-project/hyperion.ng/master/bin/scripts/docker-compile.sh && chmod +x *.sh && ./docker-compile.sh -t rpi-raspbian | ||||
| wget -qN https://raw.github.com/hyperion-project/hyperion.ng/master/bin/scripts/docker-compile.sh && chmod +x *.sh && ./docker-compile.sh -t rpi-raspbian-stretch | ||||
| ``` | ||||
| **Raspbian Buster** | ||||
| ``` | ||||
| wget -qN https://raw.github.com/hyperion-project/hyperion.ng/master/bin/scripts/docker-compile.sh && chmod +x *.sh && ./docker-compile.sh -t rpi-raspbian-buster | ||||
| ``` | ||||
|  | ||||
| ## Cross compiling on X64_86 for: | ||||
|   | ||||
| @@ -43,7 +43,7 @@ echo "######################################################## | ||||
| ## A script to compile Hyperion inside a docker container | ||||
| ## Requires installed Docker: https://www.docker.com/ | ||||
| ## Without arguments it will compile Hyperion for Debain Stretch (x64) or higher. | ||||
| ## Supports Raspberry Pi (armv6hf, armv7hf) cross compilation (Debian Stretch) | ||||
| ## Supports Raspberry Pi (armv6hf, armv7hf) cross compilation (Debian Stretch) and native compilation (Raspbian Stretch/Buster) | ||||
| ## | ||||
| ## Homepage: https://www.hyperion-project.org | ||||
| ## Forum: https://forum.hyperion-project.org | ||||
| @@ -51,7 +51,7 @@ echo "######################################################## | ||||
| # These are possible arguments to modify the script behaviour with their default values | ||||
| # | ||||
| # docker-compile.sh -h	            # Show this help message | ||||
| # docker-compile.sh -t amd64        # The docker tag, one of amd64 | i386 | armv6hf | armv7hf | ||||
| # docker-compile.sh -t amd64        # The docker tag, one of amd64 | i386 | armv6hf | armv7hf | rpi-raspbian-stretch | rpi-raspbian-buster | ||||
| # docker-compile.sh -b Release      # cmake Release or Debug build | ||||
| # docker-compile.sh -p true         # If true build packages with CPack | ||||
| # More informations to docker tags at: https://hub.docker.com/r/hyperionproject/hyperion-ci/" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user