README 702 B

1234567891011121314
  1. How to build:
  2. * Make sure you have Go and Plan 9 Ports installed
  3. * If you are on a 64-bit system, you will need your distro's appropriate 32-bit libs and compilers installed. That's ia32-libs-dev and libc6-dev-i386 on Debian, which will also pull in the multilib gcc.
  4. * Copy inferno-os/mkconfig.proto to inferno-os/mkconfig and edit the ROOT, SYSHOST, and OBJTYPE variables
  5. * Run "sh BUILDTOOLCHAIN"
  6. * Run ". SETUP"
  7. * cd sys/src; mk libs; cd cmd; mk install # this gets the libraries and commands
  8. * cd $NXM/sys/src/nix/k10; mk # build the kernel
  9. If you intend on contributing code:
  10. * Run "make" in the top level directory.
  11. * Make sure you set "user.name" and "user.email" in your git configuration!