User Tools

Site Tools


Sidebar

<menu col=1,align=center>

<item>Documentation||[[lara:documentation]]|{{:lara:img:dictionary.png?25}}</item>
<item>Downloads||[[lara:downloads]]| {{:lara:img:projects.png?25}}</item>
<item>Tutorials||[[lara:tutorial]]|{{:lara:img:books.png?25}}</item>
<item>Other uses of LARA||[[lara:other]]|{{:lara:img:globe.png?25}}</item>
<item>About Us||[[https://sites.google.com/site/specsfeup/]]| {{:lara:img:specslogo.png?25}}</item>
<item>Projects||[[lara:usage]]| {{:lara:img:math.png?25}}</item>

</menu>

/* They are empty */ /* <item>FAQ||faq|</item> */ /* <item>Dev. Team||team| </item> */ /* <item>About LARA||about|</item> */

manet:docs:cli

This is an old revision of the document!


MANET Command Line Interface

At this time, this is the only possible way of invoking MANET. We plan to add a graphical user interface in the future.

MANET is distributed as an executable JAR file. As such, it can be executed in a terminal using the following command:

java -jar manet.jar <lara file> <options>

Where <options> are the command line options for MANET, which are described below.

Symbol Option Name Parameter Description
-F format - Formats the the output code using AStyle. Assumes AStyle is installed.
-O output path to directory Provides the path to the directory where the output files will be stored.
-I include path to directory Provides the path to a directory that should be scanned by the C pre-processor when looking for header files. This option can be used several times to specify multiple include directories.
-D define macro definition Provides the path to the directory where the output files will be stored.
-U undefine macro name Provides the path to the directory where the output files will be stored.
manet/docs/cli.1429192129.txt.gz · Last modified: 2019/09/22 15:46 (external edit)