README: changed dependency section and update copyright
This commit is contained in:
		
							parent
							
								
									cc93389232
								
							
						
					
					
						commit
						97382b79fd
					
				
							
								
								
									
										25
									
								
								README
									
									
									
									
									
								
							
							
						
						
									
										25
									
								
								README
									
									
									
									
									
								
							| @ -19,16 +19,10 @@ See docs/ for more on the specific utilities currently implemented. | ||||
| 
 | ||||
| Building | ||||
| 
 | ||||
| The coreutils require minimal dependencies for building: | ||||
| 
 | ||||
| · bindgen(1) | ||||
| · cc(1) with -idirafter | ||||
| · cp(1p) | ||||
| · cpp(1) | ||||
| · make(1p) | ||||
| · mkdir(1p) | ||||
| · rustc(1) or equivalent | ||||
| · sh(1p) | ||||
| The coreutils require a POSIX-compliant environment to compile, including a C | ||||
| compiler and preprocessor (cc(1) and cpp(1) by default) with the -idirafter | ||||
| flag, a Rust compiler (rustc(1) by default), bindgen(1), and a POSIX-compliant | ||||
| make(1) utility. | ||||
| 
 | ||||
| To build and install: | ||||
| 
 | ||||
| @ -37,8 +31,8 @@ $ make PREFIX="/your/preferred/location" install | ||||
| 
 | ||||
| To build with a different compiler than the default: | ||||
| 
 | ||||
| $ make CC=clang # different C compiler than cc(1) | ||||
| $ make RUSTC=gccrs # different Rust compiler than rustc(1) | ||||
| $ make CC=clang | ||||
| $ make RUSTC=gccrs | ||||
| 
 | ||||
| To test the utilities: | ||||
| 
 | ||||
| @ -63,5 +57,8 @@ Shell Programming! | ||||
| <https://tldp.org/LDP/abs/html/why-shell.html> | ||||
| 
 | ||||
| -- | ||||
| This work © 2023–2024 by Emma Tebibyte is licensed under CC BY-SA 4.0. To view a | ||||
| copy of this license, visit <http://creativecommons.org/licenses/by-sa/4.0/> | ||||
| Copyright © 2023–2024 Emma Tebibyte <emma@tebibyte.media> | ||||
| Copyright © 2024 DTB <trinity@trinity.moe> | ||||
| 
 | ||||
| This work is licensed under CC BY-SA 4.0. To view a copy of this license, visit | ||||
| <http://creativecommons.org/licenses/by-sa/4.0/>. | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user