Redox: A Rust Operating System
Go to file
Jose Narvaez bd0d732adc The cookbook scripts assume they have GNU utilities
available this causes problems in macOS which has an
BSD userland. With these changes we will use the GNU
`find` and `stat` installed by the now modified boostrap
script on https://github.com/redox-os/redox/pull/995.

Details

- Using `find` from Homebrew/MacPorts `findutils` package on macOS.
- Using `stat` from Homebrew/MacPorts `coreutils` package on macOS.
2017-07-13 22:03:04 +01:00
.cargo Move xargo home to xargo, use cross compiler 2017-06-19 19:48:35 -06:00
libc-artifacts@c67b055af9 Go back to using gcc.sh from libc-artifacts 2017-06-19 16:28:42 -06:00
pkgutils@6529164900 Update pkgutils 2017-07-08 17:19:15 -06:00
recipes Recipe for gawk 2017-07-11 21:34:00 -07:00
.gitignore Add sysroot to .gitignore 2017-07-06 14:28:06 -07:00
.gitmodules Go back to using gcc.sh from libc-artifacts 2017-06-19 16:28:42 -06:00
.travis.yml Move ci script 2016-12-29 20:44:45 -07:00
clean.sh Move xargo home to xargo, use cross compiler 2017-06-19 19:48:35 -06:00
config.sh The cookbook scripts assume they have GNU utilities 2017-07-13 22:03:04 +01:00
cook.sh Fix repo.sh call for build depends 2017-07-09 09:27:56 -07:00
fetch.sh Fix -e 2017-06-04 19:13:57 -06:00
LICENSE Initial commit 2016-10-31 11:19:57 -06:00
README.md Update README.md 2017-06-20 16:27:41 -06:00
repo.sh The cookbook scripts assume they have GNU utilities 2017-07-13 22:03:04 +01:00
setup.sh Go back to using gcc.sh from libc-artifacts 2017-06-19 16:28:42 -06:00
Xargo.toml Revert "Add test to sysroot" 2017-06-25 20:17:02 -06:00

cookbook

A collection of package recipes for Redox.

Travis Build Status MIT licensed

Setup

Ubuntu and other Debian based systems

To install the toolchain, run the following commands:

# Get the Redox OS APT key
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AA12E97F0881517F

# Install the APT repository
sudo add-apt-repository 'deb https://static.redox-os.org/toolchain/apt /'

# Update your package lists
sudo apt update

# Install the cross compiler
sudo apt install x86-64-elf-redox-gcc