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
<h2id="installing-on-windows">Installing on Windows</h2>
37
-
<p>Dear Windows SBCL user, please tell us how it’s done!</p>
37
+
<p> Install the Scoop package manager. To do this, open PowerShell and type: ' iex (new-object net.webclient).downloadstring('https://get.scoop.sh') ' (minus single quotes).
38
+
Grant whatever permissions it needs. </p>
39
+
<p> Type: scoop install curl (no special permissions needed!), and you're all set! Restart the shell and you can start working in SBCL! </p>
40
+
38
41
<h2id="further-installation-on-linuxosx">Further installation on Linux/OSX</h2>
39
42
<p>Sometimes the SBCL you pick up from sbcl.org isn’t as feature-complete as you want, or perhaps you want to recompile it for your own reasons (i.e., the Hunchentoot web server requires threads).</p>
40
43
<p>In order to do this, download the <em>source</em> SBCL package and issue this set of commands:</p>
0 commit comments