sudo apt install gcc-multilib //Installs the multilib package to compile 32-bit on 64-bit machines sudo apt install ocaml //Installs OCaml
cd /path/to/project make //Compiles OCaml files ./micro examples/hello.mc //Compile the code for our programming language examples/hello //running the code