Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
plugins_4_gnulinux [2017/04/11 14:16] romulo created |
plugins_4_gnulinux [2017/07/25 18:52] (current) admin [Plugins for Dinamica EGO 4 (GNU/Linux)] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Plugins for Dinamica EGO 4 (GNU/Linux) ====== | ====== Plugins for Dinamica EGO 4 (GNU/Linux) ====== | ||
| - | <note important>Dinamica EGO 4 is a experimental version of Dinamica EGO and should not be used in production</note> | + | 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. |
| - | 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. Refer to your distribution manuals about the process of setting up the GNU Compiler Collection. | + | ==== Gnu Compiler Collection Installation ==== |
| + | Ubuntu / Linux Mint | ||
| + | <code bash> | ||
| + | sudo apt-get update | ||
| + | sudo apt-get install gcc g++ | ||
| + | </code> | ||
| + | Debian | ||
| + | <code bash> | ||
| + | su | ||
| + | apt-get update | ||
| + | apt-get install gcc g++ | ||
| + | </code> | ||
| + | |||
| + | Fedora | ||
| + | <code bash> | ||
| + | su root | ||
| + | dnf update | ||
| + | dnf install gcc-c++ | ||
| + | </code> | ||
| + | |||
| + | ==== 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. | 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. | ||