INSTALL 628 B

12345678910111213141516171819202122232425262728
  1. Building and Installing M2-Planet
  2. * Get it
  3. git clone https://github.com/oriansj/M2-Planet.git
  4. * Prerequisites
  5. ** Bootstrapping
  6. M2-Planet will be bootstrappable by stage0
  7. (https://git.savannah.nongnu.org/git/stage0.git)
  8. and mescc-tools (https://git.savannah.nongnu.org/git/mescc-tools.git)
  9. ** Development
  10. The tools required for easier development include binutils, gcc and make;
  11. along with the above bootstrapping programs
  12. ** Dependencies
  13. M2-Planet depends upon mescc-tools to convert the files it outputs into working
  14. binaries and for it to build itself
  15. * Build it
  16. make
  17. * Check it
  18. make test
  19. * Install it
  20. make install