File: README

package info (click to toggle)
squeak-vm 1%3A4.10.2.2614-4.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 13,284 kB
  • ctags: 15,344
  • sloc: ansic: 75,096; cs: 11,191; objc: 5,494; sh: 3,170; asm: 1,533; cpp: 449; pascal: 372; makefile: 366; awk: 103
file content (32 lines) | stat: -rw-r--r-- 706 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Building Unix Squeak
--------------------

Full documentation can be found in:

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

For the impatient:

1. Change to the 'platforms/unix' directory (if you aren't already
   there) and type 'make' to build the VM and plugins:

        cd platforms/unix
        make

2. Install the VM, plugins, man pages and documentation (as root,
   note the 'sudo' command to gain superuser privileges):

	sudo make install

3. If you haven't used Squeak before, read the manual:

	man squeak

4. Enjoy!

Note: The latest documentation and releases are available from:

   http://squeakvm.org/

----
Last edited: 2006-04-10 12:55:06 by piumarta on emilia.local