Quick Start - Linux

1. Preparations

Ensure that you have rustup, git, CMake, and a C linker. A commonly-used C linker is included in the GCC toolchain.

2. Clone the Git repository

Clone the Git repo to a convenient place, then enter the new mfs16 directory.

git clone https://github.com/maxgmr/mfs16 && cd mfs16

3. Build the program

Generally speaking, the program needs to be built using the release profile in order to run at the proper clock speed.

cargo build --release

4. Run!

To run the hello world program:

target/release/mfs16desktop programs/hello_world

Why not try typing some text?

target/release/mfs16desktop programs/scribe