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
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>
38
+
Review the permissions for Scoop and and accept them if you are comfortable with them</p>
39
+
<p> Type: scoop install curl (no special permissions needed!) into PowerShell, and you're all set! Restart the shell and you can start working in SBCL! </p>
40
40
41
41
<h2id="further-installation-on-linuxosx">Further installation on Linux/OSX</h2>
42
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>
0 commit comments