about summary refs log tree commit diff stats
path: root/js/games/nluqo.github.io/~bh/61a-pages/Scheme/source/mac.html
blob: f84b7c802c3e3a70cf719a88b897e372ca9bbc35 (plain) (blame)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<html><head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
<title>UCB Scheme - Mac OS X binary distribution</title>
<style type="text/css">@namespace url(http://www.w3.org/1999/xhtml);
@font-face {
  font-family: 'EasyRead2';
  font-style: normal;
  font-weight: 400;
  src: local('EasyRead2'), url(https://cdn.rawgit.com/PullJosh/files/gh-pages/Arial-LargePeriod2.woff) format('woff');
}input[type="text"], input[type="textarea"], textarea {
    font-family: "EasyRead2" !important;
  }</style></head>
<body>

<!--- <CENTER><IMG SRC="/images/iesg2.jpg" BORDER=0 ALIGN=CENTER></CENTER>-->
<p>
<img src="https://people.eecs.berkeley.edu/~bh/61a-pages/Scheme/source/UCB%20Scheme%20-%20Mac%20OS%20X%20binary%20distribution_files/scheme.png" border="0">
<br>

</p><h1>Binary distribution for Mac OSX</h1>

<p>
Please download the following executable and follow the directions given below.<br>
Please follow the directions supplied in the README.
</p>
<b>New UCB STk Distribution available as of August 2010.</b>
<p>
<a href="https://inst.eecs.berkeley.edu/%7Escheme/precompiled/OSX/STk-ucb1.3.6.dmg">STk-ucb1.3.6.dmg</a> (2225 Kbytes)

<!---
<P>
Please download the following executable and follow the directions given below.</br>
Please follow the directions supplied in the README.
</P>
<A HREF="STk-ucb1.3.6.dmg">STk-ucb1.3.6.dmg</A> (2952 Kbytes)

<P>
<B>Errata:</B> 
A typo in the "emacs.simply" file (in the Extras folder) will
cause this error when you start <i>emacs</i>:
<ul>
<ul><pre>File Error: Cannot open load file, stkdb</pre></ul>
To correct that, edit the line in emacs.simply<br>
from 
<ul><code>(concat stkhome "/share/emacs/lisp")))</code></ul>
to
<ul><code>(concat stkhome "/share/emacs")))</code></ul>
and restart <i>emacs</i>.
</ul>

--->

</p><p>
<b>Running:</b> 

<i>These are STk versions that are used by CS classes: 
</i></p><p><i>
</i></p><ul><i>
<table width="80%">
  <tbody><tr>
  <td valign="top"><i>stk-explorin</i></td>
  <td>Loads all UCB Scheme procedures including explorin.scm, for CS3S</td>
  </tr>
  <tr>
  <td valign="top" width="20%"><i>stk-simply</i></td>
  <td>Loads all UCB Scheme procedures including simply.scm, for CS3 and CS61A</td>
  </tr>
  <tr>
  <td valign="top" width="20%"><i>stk-grfx</i></td>
  <td>Loads UCB Scheme turtle graphics procedures, for CS9D and CS47B</td>
  </tr>
  <tr>
  <td valign="top" width="20%"><i>stk</i></td>
  <td>Loads no UCB Scheme procedures, for CS9D and CS47B</td>
  </tr> 
  <tr> <td colspan="2"> &nbsp; </td></tr>
  <tr>
  <td valign="top" width="20%"><i>Graphics mode:</i></td>
  <td>
	To run these within emacs and to use other graphical features (such 
	as turtle graphics and envdraw), you need to have XWindows (X11) 
	installed on your MacOSX system.  
	<p>
	On newer versions of MacOSX, you must install X11 from the Installation 
	CD (in "Optional Software") that came with your computer or operating 
	system purchase.
	</p><p>
	In the emacs window, type the 2 keys ESC-S at the same time to open 
	STk in an emacs buffer.  It loads the version of stk that is defined 
	in your .emacs file.  That file is typically in your home directory.
	The line that defines what is loaded by ESC-S is one of these: 
	</p><p></p><pre>	(setq scheme-program-name "stk-simply")
	(setq scheme-program-name "stk-explorin") </pre>
	If one of those are not there, you can add it and restart emacs.
  </td>
  </tr> 
  <tr> <td colspan="2"> &nbsp; </td></tr>
</tbody></table>
</i></ul><i>
<p>
Click here for <a href="https://inst.eecs.berkeley.edu/%7Escheme/precompiled/OSX/OLD/">old Mac OS X packages</a> which are no longer 
supported.</p><p>

<a href="https://inst.eecs.berkeley.edu/%7Escheme/">Go back to the main UCB Scheme site.</a><br>
</p><hr>
<a href="http://inst.eecs.berkeley.edu/">EECS Instuctional Support Group</a><br>
<address>scheme@inst.EECS.Berkeley.EDU</address>


</i></body></html>