====== Plugins for Dinamica EGO 4 (GNU/Linux) ======
Dinamica EGO can use a local installation of GCC/G++ to compile the expressions used by [[Calculate Map]], [[Calculate Categorical Map]], [[Calculate Value]] e [[Calculate Lookup Table]] into native code. This gives an additional speed boost in most cases.
==== Gnu Compiler Collection Installation ====
Ubuntu / Linux Mint
sudo apt-get update
sudo apt-get install gcc g++
Debian
su
apt-get update
apt-get install gcc g++
Fedora
su root
dnf update
dnf install gcc-c++
==== R ====
The application can also use a local installation of R, via [[Calculate R Expression]]. The [[https://www.r-project.org/|R Project]] website contains more information on how to install R.