Hi Aret, > If you don't want to use Guix, you may have a look at the live bootstrap > project > > https://github.com/fosslinux/live-bootstrap You might want to take a look at the following files: https://github.com/fosslinux/live-bootstrap/blob/master/sysa/run.kaem https://github.com/fosslinux/live-bootstrap/blob/master/sysa/mes-0.24/mes-0.24.kaem The first file sets up some environmental variables that are used by both mes-0.24 and tcc-0.9.26 steps. I think GUILE_LOAD_PATH and MES_PREFIX are required by mes and rest (NYACC_PKG, MES_VERSION, MES_PKG_DIR) are for scripting convenience. The second file sets up MES_ARENA, MES_MAX_ARENA, MES_STACK and the rest of variables are just for scripting convenience. Kind regards, Andrius > > Greetings, > Janneke > >