mirror of
				https://github.com/google/brotli
				synced 2025-10-30 07:50:02 +08:00 
			
		
		
		
	add installation section to README
PiperOrigin-RevId: 815667870
This commit is contained in:
		 Evgenii Kliuchnikov
					Evgenii Kliuchnikov
				
			
				
					committed by
					
						 Copybara-Service
						Copybara-Service
					
				
			
			
				
	
			
			
			 Copybara-Service
						Copybara-Service
					
				
			
						parent
						
							0e7ea31e6b
						
					
				
				
					commit
					b3142143f6
				
			
							
								
								
									
										11
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								README.md
									
									
									
									
									
								
							| @ -22,6 +22,17 @@ Brotli is open-sourced under the MIT License, see the LICENSE file. | |||||||
| > to modify "raw" ranges of the compressed stream and the decoder will not | > to modify "raw" ranges of the compressed stream and the decoder will not | ||||||
| > notice that. | > notice that. | ||||||
|  |  | ||||||
|  | ### Installation | ||||||
|  |  | ||||||
|  | In most Linux distributions, installing `brotli` is just a matter of using | ||||||
|  | the package management system. For example in Debian-based distributions: | ||||||
|  | `apt install brotli` will install `brotli`. On MacOS, you can use | ||||||
|  | [Homebrew](https://brew.sh/): `brew install brotli`. | ||||||
|  |  | ||||||
|  | [](https://repology.org/project/brotli/versions) | ||||||
|  |  | ||||||
|  | Of course you can also build brotli from sources. | ||||||
|  |  | ||||||
| ### Build instructions | ### Build instructions | ||||||
|  |  | ||||||
| #### Vcpkg | #### Vcpkg | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user