[Vm-dev] [commit] r2212 - update docs for latest build with squeak 4.x and latest repository info

commits at squeakvm.org commits at squeakvm.org
Wed Jun 16 00:21:27 UTC 2010


Author: johnmci
Date: 2010-06-15 17:21:27 -0700 (Tue, 15 Jun 2010)
New Revision: 2212

Modified:
   trunk/platforms/Mac OS/vm/Documentation/readme.txt
Log:
update docs for latest build with squeak 4.x and latest repository info

Modified: trunk/platforms/Mac OS/vm/Documentation/readme.txt
===================================================================
--- trunk/platforms/Mac OS/vm/Documentation/readme.txt	2010-05-28 20:36:27 UTC (rev 2211)
+++ trunk/platforms/Mac OS/vm/Documentation/readme.txt	2010-06-16 00:21:27 UTC (rev 2212)
@@ -66,31 +66,41 @@
 
 Step Three: Build an interpeter
 
-	0.  Grab your Squeak3.10.gamma.7159.image
+	0.  Grab your Pharo or squeak imge
 
-	Install Balloon 3D via the SqueakMap package Loader,
+	Install Balloon 3D via MC
+
+	Install the Ballon3D-Constants & Ballon3D-Plugins
+	MCHttpRepository
+		location: 'http://www.squeaksource.com/Balloon3D'
+		user: ''
+		password: ''
+	
+
 	Install FFI  & Klatt via MC
-	
 	MCHttpRepository
-	    location: 'http://www.squeaksource.com/Ladrillos'
-	   user: ''
- 	   password: ''
-	
-	install FFI via  FFI-Kernel-ar.7
-	and install KLATT via Speech-Klatt-edc.1
+   		 location: 'http://www.squeaksource.com/Speech'
+   		 user: ''
+   		 password: ''
 
-	Install VMMaker-dtl.120 or higher from
+	SharedPool-Speech, Speech
+
+	MCHttpRepository
+  	  	location: 'http://source.squeak.org/FFI'
+  	  	user: ''
+  	 	password: ''
+		
+	FFI-Pools,FFI-Kernel
+
+
+	Install Name: VMMaker-jcg.182 or higher from
 	MCHttpRepository
     		location: 'http://www.squeaksource.com/VMMaker'
     		user: ''
     		password: ''
 
-	Install Alien-VMMaker-Support-John M McIntosh.6 or higher from
+	Install Alien Plugin
 
-	MCHttpRepository
-    		location: 'http://www.squeaksource.com/Alien'
-   		 user: ''
-   		 password: ''
 
 	A.  Install additional change sets from the specialChangeSets Folder. 
 		Gnuifier.st - A smalltalk version of the AWK example. 	



More information about the Vm-dev mailing list