mirror of
				https://github.com/taglib/taglib.git
				synced 2025-10-31 15:55:17 -04:00 
			
		
		
		
	Merge pull request #349 from TsudaKageyu/install-typo
Fixed a typo in INSTALL.
This commit is contained in:
		
							
								
								
									
										2
									
								
								INSTALL
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								INSTALL
									
									
									
									
									
								
							| @ -5,7 +5,7 @@ TagLib uses the CMake build system. As a user, you will most likely want to | ||||
| build TagLib in release mode and install it into a system-wide location. | ||||
| This can be done using the following commands: | ||||
|  | ||||
|   cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_RELEASE_TYPE=Release . | ||||
|   cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Release . | ||||
|   make | ||||
|   sudo make install | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user