Docker

The recommended way to run Emerald for basic development is to use the Docker image. This ensures a consistent development experience for all students.

Compiling and running

Text-editor modes

Install Emerald Natively

Mac

Windows

Linux

Installing on Linux: (UiO user)

First type in : "gedit ~/.bashrc" in the terminal, eventually use whatever texteditor you want, but in this case I chose gedit!

you first have to say where the emeraldroot path is, and add the given text below on your .bashrc file !
The path is just an example! You need to add Your own absolutepath on EMERALDROOT!
export EMERALDROOT=/$HOME/Path_to_emerald_folder/emerald-0.99-linux
export PATH=$PATH:$EMERALDROOT/bin