You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 20, 2024. It is now read-only.
rememberthe8bit edited this page Mar 1, 2013
·
5 revisions
##On Debian/Ubuntu:
Before you start, install libgmp-dev, libmpfr-dev, libmpc-dev, libncurses-dev and texinfo so you can build the toolchain. You may also need to install bison and flex for building XINU itself.
Running make should download and install everything for you in $PWD/local-prefix. Add local-prefix/bin to your path and you should be able to build XINU.
Note: be sure to change Xinu's PLATFORM variable in compile/Makefile to either arm-qemu if you wish to build for QEMU or raspberry-pi for the Raspberry Pi hardware.