Redox: A Rust Operating System
Go to file
Jeremy Soller 0bbc25db44 Merge pull request #30 from ids1024/cargo
Initial recipe for cargo
2017-06-21 15:03:22 -06: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@0c3769fd4e Go back to using gcc.sh from libc-artifacts 2017-06-19 16:28:42 -06:00
recipes Initial recipe for cargo 2017-06-21 13:18:28 -07:00
.gitignore Move xargo home to xargo, use cross compiler 2017-06-19 19:48:35 -06: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 Move xargo home to xargo, use cross compiler 2017-06-19 19:48:35 -06:00
cook.sh Keep unstripped executables in the target directory 2017-06-18 16:42:43 -06: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 Replace .tar with .tar.gz in repo.sh 2017-06-18 15:18:20 -06:00
setup.sh Go back to using gcc.sh from libc-artifacts 2017-06-19 16:28:42 -06:00
Xargo.toml Disable test build until libterm is fixed 2017-06-02 21:03:21 -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