Index: branches/FEPSimulator/runFEPSim
===================================================================
--- branches/FEPSimulator/runFEPSim	(revision 182)
+++ branches/FEPSimulator/runFEPSim	(revision 216)
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-./dist/Debug/GNU-Linux/fepsimulator 192.168.251.27 103121 32 8080
+./FEPSimulatorExec 192.168.251.27 103121 32 8080
Index: branches/FEPSimulator/buildLinuxVM
===================================================================
--- branches/FEPSimulator/buildLinuxVM	(revision 216)
+++ branches/FEPSimulator/buildLinuxVM	(revision 216)
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+g++ *.c *.cpp -o FEPSimulatorExec
Index: branches/FEPSimulator/README
===================================================================
--- branches/FEPSimulator/README	(revision 216)
+++ branches/FEPSimulator/README	(revision 216)
@@ -0,0 +1,5 @@
+To run the FEPSimulator on the LinuxVM:
+
+$ ./buildLinuxVM
+
+$ ./runFEPSim
