You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: www/doc/1.7/installing.html
+30-21Lines changed: 30 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,8 @@ <h1>Installing Herbie</h1>
23
23
</header>
24
24
25
25
<p>
26
-
<ahref="../../">Herbie</a> supports Linux, macOS, and Windows. It
26
+
<ahref="../../">Herbie</a> supports Linux, macOS, and Windows
27
+
(though, on Windows, you will need to <ahref="https://stackoverflow.com/questions/32127524/how-to-install-and-use-make-in-windows">install Make</a>). It
27
28
can be installed from a package or from source. To start, install
28
29
<ahref="https://racket-lang.org">Racket</a>, which Herbie is
29
30
written in. Install <ahref="https://www.rust-lang.org/">Rust</a>
@@ -35,27 +36,34 @@ <h2>Installing Racket</h2>
35
36
36
37
<p>
37
38
Install Racket either using
38
-
the <ahref="http://download.racket-lang.org/racket-v8.5.html">official
39
-
installer</a> or distro-provided packages. Versions as old as 8.0
39
+
the <ahref="http://download.racket-lang.org/racket-v8.9.html">official
40
+
installer</a> or distro-provided packages. Versions as old as 8.0
40
41
are supported, but more recent versions are faster.
41
42
</p>
42
43
44
+
<p>
45
+
Please note: we recommend the official Racket installer over installing Racket via Snap.
46
+
If you must install Racket from Snap, make sure Herbie and all packages are
47
+
located in your home directory or another allow-listed directory.
48
+
</p>
49
+
43
50
<p>
44
51
Test that Racket is installed correctly and has a correct version:
45
52
</p>
46
53
47
54
<preclass="shell">racket
48
-
Welcome to Racket v8.5 [cs].
55
+
Welcome to Racket v8.9 [cs].
49
56
> (exit)</pre>
50
57
51
-
<h2>Installing Herbie from source</h2>
58
+
<h2>Installing Herbie from source</h2>
52
59
53
60
<p>
54
61
Install Rust, using <ahref="https://rustup.rs/">rustup</a> or via some other means.
55
62
Versions as old as 1.60.0 are supported.
56
-
This installation method supports Windows, macOS, and Linux for various architectures.
63
+
This installation method supports Windows (note that you will need some way to run make),
64
+
macOS, and Linux for various architectures.
57
65
</p>
58
-
66
+
59
67
<p>
60
68
Once Racket and Rust are installed, download the Herbie source
0 commit comments