Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
plugins_4_gnulinux [2017/04/11 14:56]
romulo
plugins_4_gnulinux [2017/04/11 15:03]
romulo
Line 3: Line 3:
 <note important>​Dinamica EGO 4 is a experimental version of Dinamica EGO and should not be used in production</​note>​ <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. Refer to your distribution manuals about the process of setting up the GNU Compiler Collection (make sure include the C++ compiler G++).+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
 +<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.