-*- outline -*- -*- $Id: README,v 1.1 2002/08/28 19:26:15 richard Exp $ -*- * Build the InViWo library and the Marvin interpreter: % make * Run the basic tests: % make runtests * Start interpreting the file 'foo.mrv': % java InViWo/Parser/Marvin foo.mrv ** Interpreter options: *** --no-trace-monitor do not display the default execution messages *** --trace-communication display communication traces *** --trace-state display information about the state of agents *** --trace-reaction trace all the perception/decision/action cycle of agents *** --trace-user display information coming from the user interface Example of use: % java InViWo/Parser/Marvin --trace-user --trace-communication foo.mrv If you ask for a complementary trace, you should redirect the standard output stream to a log file, as in: % java InViWo/Parser/Marvin --trace-reaction foo.mrv > LOG