Merge branch 'master' of github.com:redox-os/redox
This commit is contained in:
		
						commit
						a0fee4fd22
					
				
					 3 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -12,7 +12,7 @@ Please make sure you use the **latest nightly** of `rustc` before building (for
 | 
			
		|||
 | 
			
		||||
[](https://travis-ci.org/redox-os/redox)
 | 
			
		||||
[](https://github.com/redox-os/redox/releases)
 | 
			
		||||
[](./LICENSE.md)
 | 
			
		||||
[](./LICENSE)
 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
## Contents
 | 
			
		||||
| 
						 | 
				
			
			@ -53,7 +53,6 @@ The ecosystem and software Redox OS provides is listed below.
 | 
			
		|||
| [kernel](https://github.com/redox-os/kernel)                                | [**@jackpot51**](https://github.com/jackpot51)
 | 
			
		||||
| [libextra](https://github.com/redox-os/libextra)                            | [**@ticki**](https://github.com/ticki)
 | 
			
		||||
| [libpager](https://github.com/redox-os/libpager)                            | [**@ticki**](https://github.com/ticki)
 | 
			
		||||
| [libstd (Redox standard library)](https://github.com/redox-os/libstd)                      | [**@jackpot51**](https://github.com/jackpot51)
 | 
			
		||||
| [netutils](https://github.com/redox-os/netutils)                            | [**@jackpot51**](https://github.com/jackpot51)
 | 
			
		||||
| [orbclient (Orbital client)](https://github.com/redox-os/orbclient)                          | [**@jackpot51**](https://github.com/jackpot51)
 | 
			
		||||
| [orbdata](https://github.com/redox-os/orbdata)                              | [**@jackpot51**](https://github.com/jackpot51)
 | 
			
		||||
| 
						 | 
				
			
			@ -70,6 +69,7 @@ The ecosystem and software Redox OS provides is listed below.
 | 
			
		|||
| [TFS (ticki filesystem)](https://github.com/ticki/tfs)                            | [**@ticki**](https://github.com/ticki)
 | 
			
		||||
| [The Redox book](https://github.com/redox-os/book)                          | [**@ticki**](https://github.com/ticki)
 | 
			
		||||
| [userutils](https://github.com/redox-os/userutils)                          | [**@jackpot51**](https://github.com/jackpot51)
 | 
			
		||||
| [libstd](https://github.com/Yoric/libstd)                      | **abandoned, Rust's official libstd is now used**
 | 
			
		||||
| The old kernel                                                              | **abandoned**
 | 
			
		||||
| [ZFS](https://github.com/redox-os/zfs)                                      | **abandoned, superseded by [TFS](https://github.com/ticki/tfs)**
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -185,7 +185,7 @@ ubuntu()
 | 
			
		|||
	echo "Updating system..."
 | 
			
		||||
	sudo "$2" update
 | 
			
		||||
	echo "Installing required packages..."
 | 
			
		||||
	sudo "$2" install build-essential libc6-dev-i386 nasm curl file git libfuse-dev fuse pkg-config cmake
 | 
			
		||||
	sudo "$2" install build-essential libc6-dev-i386 nasm curl file git libfuse-dev fuse pkg-config cmake autopoint
 | 
			
		||||
	if [ "$1" == "qemu" ]; then
 | 
			
		||||
		if [ -z "$(which qemu-system-x86_64)" ]; then
 | 
			
		||||
			echo "Installing QEMU..."
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -15,6 +15,7 @@ RUN set -ex;                                                                   \
 | 
			
		|||
        qemu-utils                                                             \
 | 
			
		||||
        sudo                                                                   \
 | 
			
		||||
        texinfo                                                                \
 | 
			
		||||
        autopoint                                                              \
 | 
			
		||||
        git                                                                    \
 | 
			
		||||
        cmake                                                                  \
 | 
			
		||||
        ;                                                                      \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue