mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 15:12:12 +00:00 
			
		
		
		
	Update README and CHANGELOG, see #650
This commit is contained in:
		| @@ -24,6 +24,8 @@ | |||||||
|  |  | ||||||
| ## Packaging | ## Packaging | ||||||
|  |  | ||||||
|  | - Compilation problems with `onig_sys` on various platforms have been resolved by upgrading to `syntect 4.2`, which includes a new `onig` version that allows to build `onig_sys` without the `bindgen` dependency. This removes the need for `libclang(-dev)` to be installed to compile `bat`. Package maintainers might want to remove `clang` as a build dependency. See #650 for more details. | ||||||
|  |  | ||||||
| # v0.15.1 | # v0.15.1 | ||||||
|  |  | ||||||
| ## Bugfixes | ## Bugfixes | ||||||
|   | |||||||
| @@ -365,8 +365,6 @@ higher. You can then use `cargo` to build everything: | |||||||
| cargo install --locked bat | cargo install --locked bat | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| On some platforms, you might need to install `llvm` and/or `libclang-dev`. |  | ||||||
|  |  | ||||||
| ## Customization | ## Customization | ||||||
|  |  | ||||||
| ### Highlighting theme | ### Highlighting theme | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user