| Converge for UnixVersion 0.3 (2005/01/19)Installation steps:
	You may then be interested in exploring theDownload Converge.
	If you are not using BSD, you will need to download bmake, compile it and place it in your path.
	Decompress Converge tar xfz converge-0.3.tgz.cd converge-0.3../configure[notice that this command starts with dot slash].bmake. This will compile the Converge VM, Compiler and all necessary libraries.
 You may run into memory limits with your shell whilst compiling. If so, consult your shell documentation for the
 ulimitcommand [or one of its pseudonyms] to increase the amount of memory available to processes. examplesdirectory which contains code you can compile and run. You can compile all the example programs by executingcd examples && bmakewhen you are in the base Converge directory.At the moment the best documentation for Converge is the quick start guide.
 |