Difference between revisions of "How to create integration commands"

From EosPedia
Jump to: navigation, search
(Created page with "Here, we show how to create integration commands. ==== Integration by Makefile ==== :About how to integrate by Makefile. Visualmake provides automatically simple...")
 
 
Line 2: Line 2:
  
 
==== [[Integration by Makefile]] ====
 
==== [[Integration by Makefile]] ====
:About how to integrate by [[Makefile]]. [[Visualmake]] provides automatically simple GUI.
+
 About how to integrate by [[Makefile]]. [[Visualmake]] provides automatically simple GUI.
  
 
==== [[Integration by PIONE]]  ====
 
==== [[Integration by PIONE]]  ====
:About how to integrate by process definition document [[PIONE]] that supports distributed environment(cloud environment).
+
 About how to integrate by process definition [[PIONE]] that supports distributed environment(cloud environment).
  
 
==== [[Integration by bash]] ====
 
==== [[Integration by bash]] ====
:About how to integrate by script language as bash.
+
 About how to integrate by script language as bash.
  
 
==== [[Integration by integration commands]] ====
 
==== [[Integration by integration commands]] ====
:About each method of integration by Tcl/Tk type integration commands ([[Display2]], [[smolet]], [[Eos]], and so on), Ruby type integration commands (as [[ctfDisplay]]), C language type integration commands(as [[molvie]]), etc...
+
 About each method of integration by Tcl/Tk type integration commands ([[Display2]], [[smolet]], [[Eos]], and so on), Ruby type integration commands (as [[ctfDisplay]]), C language type integration commands(as [[molvie]]), etc...

Latest revision as of 02:16, 9 September 2014

Here, we show how to create integration commands.

Integration by Makefile

 About how to integrate by Makefile. Visualmake provides automatically simple GUI.

Integration by PIONE

 About how to integrate by process definition PIONE that supports distributed environment(cloud environment).

Integration by bash

 About how to integrate by script language as bash.

Integration by integration commands

 About each method of integration by Tcl/Tk type integration commands (Display2, smolet, Eos, and so on), Ruby type integration commands (as ctfDisplay), C language type integration commands(as molvie), etc...