M2-Planet/INSTALL

21 lines
393 B
Plaintext
Raw Normal View History

Building and Installing M2-Planet
* Get it
git clone https://github.com/oriansj/M2-Planet.git
* Prerequisites
** Bootstrapping
M2-Planet will be bootstrappable by M2-Moon and mescc-tools
** Development
The tools required for easier development include binutils, gcc and make; along with the above bootstrapping programs
* Build it
make
* Check it
make test
* Install it
make install