It's an operating system and cross platform development environment with Genius, the programming suite, included.
- First clone into ~/GeniusOS/Genius, if you don't want the OS src code.
- Use make sure you have gcc & make, gcc version 4.2.0 or above.
- Enter "make" into your command line. //if this doesn't work it means I forgot to reset my personal makefile. Just goto line 9 and change the CC to equal g++
- ./genius Sourcecode.genius to compile your code. I recomend using a makefile for this however.
- Also, please add genius to your path, we need your support.
Useful page for make info https://www.cs.colby.edu/maxwell/courses/tutorials/maketutor/