From 65d1d49aaf7bdf839691a5e3844e413317c01b9a Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Tue, 1 Feb 2011 02:52:42 +0000 Subject: [PATCH] compiler_vm: minor update to README --- modules/compiler_vm/README | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/compiler_vm/README b/modules/compiler_vm/README index f20e0a22..9c3afcb3 100644 --- a/modules/compiler_vm/README +++ b/modules/compiler_vm/README @@ -47,6 +47,7 @@ Files: - cc: Allows you to use the compiler locally with or without qemu installed. Can be used within virtual machine for testing. + Requires only compiler_vm_client.pl, compiler_vm_server.pl and compiler_watchdog.pl. Must have gcc, gdb and astyle installed locally if not used within virtual machine. WARNING: If not used within virtual machine will not use qemu at all and will affect local system -- compile "safe" code!