README FILE FOR MESHAM RUNNING ON LINUX

1) Installation
	Read and follow the instructions in installlinux.txt
	
2) Running the language
	Assuming you have installed the language you will now want to start writing some code! Firstly you will need to start the Mesham translation server,  cd into your mesham/server directory and type ./runserver   . The server will start up, telling you the version number and date of the Mesham compiler and then will report when it is ready.
	
	You will need to start a new terminal, now, if you are using MPICH 2, run an mpi deamon via typing mpd &   . Create a mesham source file (look in the language documentation for information about the language itself) and compile it via mc. For instance, if the source file name is hello.mesh compile it via mc hello.mesh   . You should see an executable called hello
	
	Run the executable via ./hello  (or whatever its called.) You do not need to (although can if you want) run it via the mpirun or mpiexec command as the executable will automatically spawn the number of processes it requires.
	
	If you dont wish to compile, but just view the generated C code, you can run linuxgui.sh in compiler/java