We require xargo now

This commit is contained in:
Philipp Oppermann
2016-09-21 14:33:09 +02:00
parent f38805c3d3
commit a4054c478c

View File

@@ -36,7 +36,9 @@ This repository contains the source code for the _Writing an OS in Rust_ series
- [Set Up GDB](http://os.phil-opp.com/set-up-gdb.html)
## Building
You need to have `nasm`, `grub-mkrescue`, `mformat` (included in `mtools`), `xorriso`, `qemu` and a nighly Rust compiler installed. Then you can run it using `make run`.
You need to have `nasm`, `grub-mkrescue`, `mformat` (included in `mtools`), `xorriso`, `qemu`, a nighly Rust compiler, and [xargo] installed. Then you can run it using `make run`.
[xargo]: https://github.com/japaric/xargo
Please file an issue if you run into any problems.