Building Unix Squeak
--------------------

Full documentation can be found in:

   platforms/unix/doc/HowToBuildFromSource.{txt,html,ps,pdf}

For the impatient:

1. Create a build directory and chdir to it:

	mkdir bld
	cd bld

2. Configure the build environment:

	../platforms/unix/config/configure

3. Build the VM and plugins:

	make

4. Install the VM, plugins, man pages and documentation:

	su root
	make install

5. If you haven't used Squeak before, RTFM:

	man squeak

6. Enjoy!

Note: The latest documentation and releases are available from:

   http://www-sor.inria.fr/~piumarta/squeak


----
Last edited: 2003-08-07 08:37:00 by piumarta on cartman.inria.fr
