Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
arcs2:framework_tool_collection [2013/09/07 12:21]
didier
arcs2:framework_tool_collection [2014/08/27 09:13] (current)
didier
Line 1: Line 1:
 +====== Framework tool collection ======
 +
 +===== arcsengine =====
 +**arcsengine** is a command-line tool that executes an application using its xml description ​
 +and component libraries. An example of **arcsengine** use is given in the tutorial [[arcs2:​compiling_the_sample_library|]]. ​
 +
 +  * **See also the** [[http://​arcs.ibisc.univ-evry.fr/​doc/​ARCS2/​arcsengine.html|arcsengine manpage]]
 +
 +===== arcslibmaker =====
 +**arcslibmaker** is a command-line tool that sets up compilation projects for component libraries and automatically generates C++ code wrappers for them. The use of **arcslibmaker** in creating a library is documented in several tutorials. The one that is mostly introducing the tool is [[arcs2:​creating_a_component_library|]].
 +
 +  * **See also the** [[http://​arcs.ibisc.univ-evry.fr/​doc/​ARCS2/​arcslibmaker.html|arcslibmaker manpage]]
 +
 +===== arcspkg =====
 +**arcspkg** is a lightweight tool for component libraries deployment over a network.
 +
 +  * **See also the** [[http://​arcs.ibisc.univ-evry.fr/​doc/​ARCS2/​arcspkg.html|arcspkg manpage]]
 +
 +===== arcsbuilder =====
 +**arcsbuilder** is a command-line tool that builds component libraries from an application XML description.
 +
 +  * **See also the** [[http://​arcs.ibisc.univ-evry.fr/​doc/​ARCS2/​arcsbuilder.html|arcsbuilder manpage]]
 +
 +===== arcs1to2 =====
 +**arcs1to2** is a tool that ports old ARCS1 projects to ARCS2.
 +
 +  * **See also the** [[http://​arcs.ibisc.univ-evry.fr/​doc/​ARCS2/​arcs1to2.html|arcs1to2 manpage]]
 +
 +===== arcswizard =====
 +**arcswizard** is a graphical front-end for **arcsengine**.
 +
 +===== arcseditor =====
 +**arcseditor** is a graphical interface that helps building xml application descriptions. The latter ones can be used as an input for **arcsengine**.
 +
 +